ALLOW_DOWNLOADS constant

Sandbox const ALLOW_DOWNLOADS

Allows for downloads to occur with a gesture from the user.

Implementation

static const ALLOW_DOWNLOADS = Sandbox._internal(
  'allow-downloads',
  'allow-downloads',
);