DevCycleFlutterClientSdkPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • DevCycleFlutterClientSdkPlatform
Implementers

Constructors

DevCycleFlutterClientSdkPlatform()
Constructs a DevCycleFlutterClientSdkPlatform.

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

allFeatures() Future<Map<String, DVCFeature>>
allVariables() Future<Map<String, DVCVariable>>
flushEvents([String? callbackId]) → void
getPlatformVersion() Future<String?>
identifyUser(DevCycleUser user, [String? callbackId]) → void
initializeDevCycle(String sdkKey, DevCycleUser user, DevCycleOptions? options) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetUser([String? callbackId]) → void
toString() String
A string representation of this object.
inherited
track(DevCycleEvent event) → void
variable(String key, dynamic defaultValue) Future<DVCVariable>

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance DevCycleFlutterClientSdkPlatform
The default instance of DevCycleFlutterClientSdkPlatform to use.
getter/setter pair