MethodChannelFlutterNotificationLinq class
An implementation of FlutterNotificationLinqPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- FlutterNotificationLinqPlatform
- MethodChannelFlutterNotificationLinq
Constructors
Properties
- channel → MethodChannel
-
The method channel used to interact with the native platform.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onMessageOpenedApp
↔ StreamController<
LinqRemoteMessage> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getInitialMessage(
) → Future< LinqRemoteMessage?> -
If the application has been opened from a terminated state via a
RemoteMessage
(containing a Notification), it will be returned, otherwise it will benull
.override -
getOnMessageOpenedApp(
) → StreamController< LinqRemoteMessage> -
Returns a Stream that is called when a user presses a notification displayed
via FCM.
override
-
getPlatformVersion(
) → Future< String?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited