menu
lua_dardo_plus package
documentation
lua.dart
PlatformServices
isNative property
isNative property
dark_mode
light_mode
isNative
property
bool
get
isNative
Whether this is running on a native platform.
Implementation
bool get isNative => !isWeb;
lua_dardo_plus package
documentation
lua
PlatformServices
isNative property
PlatformServices class