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