SimpleLocalNotificationsPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • SimpleLocalNotificationsPlatform
Implementers

Constructors

SimpleLocalNotificationsPlatform.new()
Constructs a SimpleLocalNotificationsPlatform.

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

createNotificationChannel({required String channelId, required String channelName, SLNotificationPriority priority = SLNotificationPriority.defaultPriority}) Future<void>
getPlatformVersion() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendNotification(SLNotification notification) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

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