PlatformCapabilities.mobile constructor

PlatformCapabilities.mobile()

Implementation

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