RadarFlutterPlugin class

Constructors

RadarFlutterPlugin()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

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

Static Methods

getDecription() Future<String>
getMetadata() Future<Map>
getUserId() Future<String>
initialize(String publishableKey) Future
isTracking() Future<bool>
permissionsStatus() Future<String>
requestPermissions(bool background) Future
setAdIdEnabled(bool adIdEnabled) Future
setDescription(String description) Future
setLogLevel(String logLevel) Future
setMetadata(Map<String, String> metadata) Future
setUserId(String userId) Future
startTracking(String preset) Future
startTrackingCustom(Map<String, dynamic> trackingOptions) Future
stopTracking() Future
trackOnce([Map<String, dynamic> location]) Future<Map>