JPlatformInterface class abstract
- Inheritance
-
- Object
- PlatformInterface
- JPlatformInterface
- Implementers
Constructors
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
-
backgroundLocationPermissionStatus(
) → Future< PermissionStatus> -
foregroundLocationPermissionStatus(
) → Future< PermissionStatus> -
init(
JawalConfig config) → Future< void> -
isTracking(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onLocationChange(
dynamic callback(LocationChangeEvent p1)) → void -
requestBackgroundLocationPermission(
) → Future< PermissionStatus> -
requestForegroundLocationPermission(
) → Future< PermissionStatus> -
startTracking(
[String? sessionId]) → Future< void> -
stopTracking(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ JPlatformInterface
-
getter/setter pair