GtetFlutterSDK class

Constructors

GtetFlutterSDK({required String clientKey, required String baseUrl})

Properties

baseUrl String
final
clientKey String
final
hashCode int
The hash code for this object.
no setterinherited
isAlertSet bool
getter/setter pair
isDeviceConnected bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscription StreamSubscription
getter/setter pair

Methods

bulkSendEvent(List<Map<String, dynamic>> eventDetailsArray) Future<void>
gatherDeviceDetails() Map<String, dynamic>
getConnectivity(BuildContext context) → void
getData() List<Map<String, dynamic>>
handleOffline() → void
init(BuildContext context) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processOfflineEvents() Future<void>
removeData() → void
sendEvent(Map<String, dynamic> eventDetails) Future<void>
sendUser(Map<String, dynamic> userDetails) Future<void>
setData(Map<String, dynamic> value) → void
setUser(Map<String, dynamic> userDetails) Future<void>
storeOfflineEvent(Map<String, dynamic> eventDetails) → void
toString() String
A string representation of this object.
inherited

Operators

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