FlutterSlamSDKPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterSlamSDKPlatform
Implementers

Constructors

FlutterSlamSDKPlatform()
Constructs a FlutterAiIndoorNavigationPlatform.

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?>
initSdk(String slamApiKey) Future
isPermissionsGranted() Future<bool>
isRunning() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() Future
stop() → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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