Unflow class

Constructors

Unflow.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unflowAnalyticsStream Stream<UnflowEvent>
no setter

Methods

getOpeners() Future<List<Opener>>
initialize({required String apiKey, required bool enableLogging}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openScreen({required String screenId}) Future<void>
setAttributes({required Map<String, dynamic> attributes}) Future<void>
setUserId({required String userId}) Future<void>
sync() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance Unflow
final