menu
zeta_flutter
zeta_flutter.dart
PlatformIs
mobile property
mobile
dark_mode
light_mode
mobile
property
bool
mobile
Mobile (Android or iOS)
Implementation
static bool get mobile => PlatformIs.iOS || PlatformIs.android;
zeta_flutter
zeta_flutter
PlatformIs
mobile property
PlatformIs class