ConfidenceFlutterSdkPlatform class
abstract
- Inheritance
-
- Object
- PlatformInterface
- ConfidenceFlutterSdkPlatform
- Implementers
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
-
activateAndFetchAsync()
→ Future<void>
-
-
fetchAndActivate()
→ Future<void>
-
-
flush()
→ void
-
-
getBool(String key, bool defaultValue)
→ Future<bool>
-
-
getDouble(String key, double defaultValue)
→ Future<double>
-
-
getInt(String key, int defaultValue)
→ Future<int>
-
-
getObject(String key, Map<String, dynamic> defaultValue)
→ Future<Map<String, dynamic>>
-
-
getString(String key, String defaultValue)
→ Future<String>
-
-
isStorageEmpty()
→ Future<bool>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
putAllContext(Map<String, dynamic> context)
→ Future<void>
-
-
putContext(String key, dynamic value)
→ Future<void>
-
-
readAllFlags()
→ Future<Map<String, dynamic>>
-
-
setup(String apiKey, LoggingLevel loggingLevel)
→ Future<void>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
track(String eventName, Map<String, dynamic> data)
→ void
-