remoteConfigGetBool method

Future<bool> remoteConfigGetBool(
  1. String key,
  2. bool defaultValue, {
  3. @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();
}