remoteConfigGetInt method
Future<int>
remoteConfigGetInt(
- String key,
- int defaultValue, {
- @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();
}