FlutterSdkNotificationPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterSdkNotificationPlatform
- Implementers
Constructors
- FlutterSdkNotificationPlatform()
- Constructs a FlutterSdkNotificationPlatform.
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
-
handleNotification(
Map< String, dynamic> data) → Future<void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
showHome(
) → Future< void> -
showNotification(
Map< String, dynamic> body, String notificationIcon) → Future<void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FlutterSdkNotificationPlatform
-
The default instance of FlutterSdkNotificationPlatform to use.
getter/setter pair