OneFlow class

Constructors

OneFlow()

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

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

Static Methods

configure(String projectKey, [bool enableSurveys = true]) Future<void>
enableSurveys(bool enableSurveys) Future<void>
getSDKVersion() Future<String>
logUser(String uniqueId, [Object? userDetails]) Future<void>
recordEventName(String eventName, [Object? parameters]) Future<void>
showInbox() Future<void>
startFlow(String flowId) Future<void>
useFont({String fontFamily = "", String path = ""}) Future<void>

Constants

methodchannel → const MethodChannel