AnalyticsManager class
Constructors
Properties
Methods
-
dispose(
) → void -
Manually call Finalizer.detach for this
Reference.inherited -
getDeviceAppAttributes(
) → Future< DeviceAppAttributes?> -
getEventStoreManager(
) → Future< Reference?> -
getGlobalSequenceId(
) → Future< int> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reset(
) → Future< void> -
setGlobalSequenceId(
int sequenceId) → Future< void> -
toString(
) → String -
Return a string representation of current class type and reference
id.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
create(
{String? uniqueId, String? encryptionKey, DeviceAppAttributes? deviceAppAttributes}) → Future< AnalyticsManager>