ApnsPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- ApnsPlatform
- Implementers
Constructors
- ApnsPlatform()
- Constructs a ApnsPlatform.
Properties
Methods
-
getPlatformVersion(
) → Future< String?> -
initial(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
register(
) → Future< String?> -
requestPermission(
) → Future< bool> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ ApnsPlatform
-
The default instance of ApnsPlatform to use.
getter/setter pair