FlutterPushPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterPushPlatform
- Implementers
Constructors
- FlutterPushPlatform()
- Constructs a FlutterPushPlatform.
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
-
getPlatformVersion(
) → Future< String?> -
initPush(
) → dynamic -
isRegisteredForRemoteNotifications(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestPush(
) → dynamic -
setMethodCallHandler(
Future handler(MethodCall call)?) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
-
turnOffPush(
) → dynamic -
turnOnPush(
) → dynamic -
unRegisterPush(
) → dynamic
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FlutterPushPlatform
-
The default instance of FlutterPushPlatform to use.
getter/setter pair