FcmChannelsManagerPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FcmChannelsManagerPlatform
- Implementers
Constructors
- FcmChannelsManagerPlatform()
- Constructs a FcmChannelsManagerPlatform.
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
-
getChannels(
) → Future< List< NotificationChannel> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
providesAppNotificationSettings(
) → Future< bool> -
registerChannel(
Map< String, dynamic> params) → Future<String?> -
toString(
) → String -
A string representation of this object.
inherited
-
unregisterChannel(
String channelId) → Future< String?>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FcmChannelsManagerPlatform
-
The default instance of FcmChannelsManagerPlatform to use.
getter/setter pair