RemoteConfigUtils class
Constructors
- RemoteConfigUtils.new()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getBool(
String key, {bool defaultValue = false}) → bool -
getInt(
String key, {bool defaultValue = false}) → int -
getJson(
String key) → Map< String, dynamic> -
getString(
String key, {String defaultValue = ''}) → String -
initialize(
{required String firebaseAPIKey, required String firebaseAppID, required String firebaseMessengerSenderID, required String firebaseProjectID}) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited