MBAudienceFlutterPlugin class
MBAudience flutter plugin class to interact with native APIs
Constructors
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
initializeMethodCall(
) → Future< void> - Initialize the callbacks from the native side to dart. It's used to send location data from the native APIs to dart and to inform MBAudience that should update metadata, in response to events (e.g. when the notification permission changes).
-
startLocationUpdates(
) → Future< void> - Starts location updates and retuns the result.
-
stopLocationUpdates(
) → Future< void> - Stop location updates and retuns the result.