FlutterNotificationLinqPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterNotificationLinqPlatform
Implementers

Constructors

FlutterNotificationLinqPlatform()
Constructs a FlutterNotificationLinqPlatform.

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

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 be null.
getOnMessageOpenedApp() StreamController<LinqRemoteMessage>
Returns a Stream that is called when a user presses a notification displayed via FCM.
getPlatformVersion() Future<String?>
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

Static Properties

instance FlutterNotificationLinqPlatform
The default instance of FlutterNotificationLinqPlatform to use.
getter/setter pair