remoteConfigGetInt method

Future<int> remoteConfigGetInt(
  1. String key,
  2. int defaultValue, {
  3. @Deprecated("Use setUser(user) instead.") HackleUser? user,
})
inherited

Implementation

Future<int> remoteConfigGetInt(
  String key,
  int defaultValue, {
  @Deprecated("Use setUser(user) instead.") HackleUser? user,
}) {
  throw UnimplementedError();
}