GraphAnalytics class
Properties
hashCode
→ int
The hash code for this object.
no setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
Methods
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString ()
→ String
A string representation of this object.
inherited
Static Methods
init ({required String appCollectionId , required String id , required String accessToken , required String appAccessToken , int timeOut = 3 })
→ Future <void >
id
,appCollectionId
,accessToken
,appAccessToken
you will get it when you download the
also default timeout to initialise is 3 seconds you can set the timeout,
isInitialized ()
→ bool
logNavigation ({required String from , required String to })
→ void
logScreenInfo ({required String screenName , required String methodName })
→ void