FlowsenseFlutterPlugin class

Constructors

FlowsenseFlutterPlugin()

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

commitChanges() Future<void>
createNotificationChannel(String channelName) Future<void>
emailEnabled(bool enabled) Future<void>
inAppEvent(String eventName, Map<String, dynamic> eventMap) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pushNotificationsEnabled(bool enabled) Future<void>
requestAlwaysAuthorization() → void
requestPushToken() → void
sendMessageToFlowsense([dynamic notification]) Future<void>
setKeyValue(Map<String, dynamic> keyValues) Future<void>
setPushClickedCallback(FlowsenseClickedNotif handler) → void
setPushPermissionCallback(FlowsensePushPermission handler) → void
setPushReceivedCallback(FlowsenseReceivedNotif handler) → void
setPushTokenCallback(FlowsensePushToken handler) → void
smsEnabled(bool enabled) Future<void>
startFlowsenseService(String authToken) Future<void>
startMonitoringLocation() → void
toString() String
A string representation of this object.
inherited
updateEmail(String email) Future<void>
updatePartnerUserId(String userID) Future<void>
updatePhoneNumber(String phoneNumber) Future<void>

Operators

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

Static Properties

shared FlowsenseFlutterPlugin
getter/setter pair