PntaFlutterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • PntaFlutterPlatform
Implementers

Constructors

PntaFlutterPlatform.new()
Constructs a PntaFlutterPlatform.

Properties

foregroundNotifications Stream<Map<String, dynamic>>
Emits notification payloads when received while the app is in the foreground.
no setter
hashCode int
The hash code for this object.
no setterinherited
onNotificationTap Stream<Map<String, dynamic>>
Emits notification payloads when the user taps a notification (background/tap event).
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkNotificationPermission() Future<bool>
getDeviceToken() Future<String?>
identify(String projectId) Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestNotificationPermission() Future<bool>
setForegroundPresentationOptions({required bool showSystemUI}) Future<void>
Configures whether the native system UI should be shown for foreground notifications.
toString() String
A string representation of this object.
inherited
updateMetadata(String projectId, [Map<String, dynamic>? metadata]) Future<void>

Operators

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

Static Properties

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