PlatformCapabilities.web constructor

PlatformCapabilities.web()

Implementation

factory PlatformCapabilities.web() => const PlatformCapabilities(
  hasFileSystem: false,
  hasProcessSpawn: false,
  hasStdin: false,
  hasClipboard: true,
  hasNotifications: true,
  hasWindowManagement: false,
  hasTouchInput: false,
  hasKeyboard: true,
);