menu
hackle_sdk_platform_interface package
documentation
model/remote_config.dart
RemoteConfig
getBool abstract method
getBool abstract method
dark_mode
light_mode
getBool
abstract method
Future
<
bool
>
getBool
(
String
key
,
bool
defaultValue
)
Implementation
Future<bool> getBool(String key, bool defaultValue);
hackle_sdk_platform_interface package
documentation
model/remote_config
RemoteConfig
getBool abstract method
RemoteConfig class