remoteConfigGetBool method
Future<bool>
remoteConfigGetBool(
- String key,
- bool defaultValue, {
- @Deprecated("Use setUser(user) instead.") HackleUser? user,
inherited
Implementation
Future<bool> remoteConfigGetBool(
String key,
bool defaultValue, {
@Deprecated("Use setUser(user) instead.") HackleUser? user,
}) {
throw UnimplementedError();
}