launchInternetBrowser constant

GameShortcutsShortcut const launchInternetBrowser

Represents the location of the "Launch Internet Browser" key on ageneralized keyboard.

Implementation

static const GameShortcutsShortcut launchInternetBrowser =
    GameShortcutsShortcut(
  key: PhysicalKeyboardKey.launchInternetBrowser,
  name: 'launchInternetBrowser',
);