BluxFlutterPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- BluxFlutterPlatform
- Implementers
Constructors
- BluxFlutterPlatform()
- Constructs a BluxFlutterPlatform.
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
-
displayNotification(
Map< String, dynamic> notification) → Future<void> -
getPlatformVersion(
) → Future< String?> -
initialize(
String bluxApplicationId, String bluxAPIKey, bool requestPermissionsOnLaunch) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendEvent(
BaseEvent event) → Future< void> -
sendEventRequests(
List< Map< eventRequests) → Future<String, dynamic> >void> -
setAPIStage(
APIStage stage) → Future< void> -
setCustomUserProperties(
Map< String, dynamic> customUserProperties) → Future<void> -
setNotificationUrlOpenOptions(
NotificationUrlOpenOptions options) → Future< void> -
setUserProperties(
Map< String, dynamic> userProperties) → Future<void> -
signIn(
String userId) → Future< void> -
signOut(
) → Future< void> -
startNotificationClickedHandler(
NotificationClickedHandler handler) → Future< void> -
startNotificationForegroundWillDisplayHandler(
NotificationForegroundWillDisplayHandler handler) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ BluxFlutterPlatform
-
The default instance of BluxFlutterPlatform to use.
getter/setter pair