MethodChannelConfidenceFlutterSdk class
An implementation of ConfidenceFlutterSdkPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- ConfidenceFlutterSdkPlatform
- MethodChannelConfidenceFlutterSdk
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
activateAndFetchAsync(
) → Future< void> -
override
-
fetchAndActivate(
) → Future< void> -
override
-
flush(
) → Future< void> -
override
-
getBool(
String key, bool defaultValue) → Future< bool> -
override
-
getDouble(
String key, double defaultValue) → Future< double> -
override
-
getInt(
String key, int defaultValue) → Future< int> -
override
-
getObject(
String key, Map< String, dynamic> defaultValue) → Future<Map< String, dynamic> > -
override
-
getString(
String key, String defaultValue) → Future< String> -
override
-
isStorageEmpty(
) → Future< bool> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
putAllContext(
Map< String, dynamic> context) → Future<void> -
override
-
putContext(
String key, dynamic value) → Future< void> -
override
-
readAllFlags(
) → Future< Map< String, dynamic> > -
override
-
setup(
String apiKey, LoggingLevel loggingLevel) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
toTypedValue(
dynamic value) → Map< String, dynamic> -
track(
String eventName, Map< String, dynamic> data) → void -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited