GenuinSdkPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- GenuinSdkPlatform
- Implementers
Constructors
- GenuinSdkPlatform()
- Constructs a GenuinSdkPlatform.
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
-
getPlatformVersion(
) → Future< String?> -
handleBackgroundNotifications(
Map< String, dynamic> notificationData) → Future<void> -
handleForegroundNotifications(
Map< String, dynamic> notificationData) → Future<void> -
initializeSdk(
String apiKey) → Future< void> -
loadSdk(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerFCMToken(
String token) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
willHandleBackgroundNotifications(
Map< String, dynamic> notificationData) → Future<bool?> -
willHandleForegroundNotifications(
Map< String, dynamic> notificationData) → Future<bool?>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ GenuinSdkPlatform
-
The default instance of GenuinSdkPlatform to use.
getter/setter pair