EventsChannelCourierFlutter class
An implementation of EventsChannelCourierFlutter that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- CourierFlutterEventsPlatform
- EventsChannelCourierFlutter
Constructors
Properties
- channel → MethodChannel
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getClickedNotification(
) → Future -
override
-
getNotificationPermissionStatus(
) → Future< String> -
override
-
iOSForegroundPresentationOptions(
List< iOSNotificationPresentationOption> options) → Future -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerMessagingListeners(
{required dynamic onPushNotificationDelivered(dynamic message), required dynamic onPushNotificationClicked(dynamic message), required dynamic onLogPosted(dynamic log)}) → dynamic -
override
-
requestNotificationPermission(
) → Future< String> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited