FlutterGrouplinkSdkPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterGrouplinkSdkPlatform
Implementers

Constructors

FlutterGrouplinkSdkPlatform()
Constructs a FlutterGrouplinkSdkPlatform.

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

checkBluetooth() Future<void>
getUserId() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setNotificationResId(int notificationResId) Future<void>
setNotificationToken(String token) Future<void>
startBluetooth() Future<void>
startLocation() Future<void>
startSDK(String token) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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