menu
secure_device package
documentation
secure_device_platform_interface.dart
SecureDevicePlatform
isDevMode method
isDevMode method
dark_mode
light_mode
isDevMode
method
Future
<
bool
>
isDevMode
(
)
Implementation
Future<bool> isDevMode(){ throw UnimplementedError("isDev() has not been implemented"); }
secure_device package
documentation
secure_device_platform_interface
SecureDevicePlatform
isDevMode method
SecureDevicePlatform class