menu
safe_device package
documentation
safe_device_config.dart
SafeDeviceConfig
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { 'mockLocationCheckEnabled': mockLocationCheckEnabled, }; }
safe_device package
documentation
safe_device_config
SafeDeviceConfig
toMap method
SafeDeviceConfig class