FlutterPushedMessagingPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterPushedMessagingPlatform
- Implementers
Constructors
- FlutterPushedMessagingPlatform.new()
- Constructs a FlutterPushedMessagingPlatform.
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
-
askPermissions(
[bool askNotificationPermission = true, bool askBackgroundPermission = true]) → Future< void> -
getLog(
) → Future< String?> -
init(
dynamic backgroundMessageHandler(Map)?, [String? notificationChannel = "messages", bool loggerEnabled = false, bool askPermissions = true, bool serverLoggerEnabled = false]) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reconnect(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FlutterPushedMessagingPlatform
-
getter/setter pair
-
messageController
↔ StreamController<
Map> -
getter/setter pair
-
onMessage
→ Stream<
Map> -
no setter
-
onStatus
→ Stream<
ServiceStatus> -
no setter
- pushToken ↔ String?
-
getter/setter pair
- status ↔ ServiceStatus
-
getter/setter pair
-
statusController
↔ StreamController<
ServiceStatus> -
getter/setter pair