platform property

bool platform
finalinherited

Helps determine the operating system of this user's device.

  • true - Device is Android operating system
  • false - Device is IOS operating system

Implementation

final bool platform = Platform.isAndroid;