ZaptSdkFlutterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • ZaptSdkFlutterPlatform
Implementers

Constructors

ZaptSdkFlutterPlatform()
Constructs a ZaptSdkFlutterPlatform.

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

addListener(String eventName) Future<void>
initialize(String placeId) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeLocationListener() Future<void>
requestPermissions() Future<void>
requestPermissionsBackground(Map<String, String> arguments) Future<void>
setDisableSyncingForAnalytics(bool disable) Future<void>
setDisableSyncingForPositioning(bool disable) Future<void>
setVisitable(String placeId) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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