isTracking property Null safety
Reflects the tracking intent for the device
Implementation
Future<bool> get isTracking async {
return _invokeSdkMethod(SdkMethod.isTracking).then((value) {
return deserializeIsTracking(value);
});
}
Reflects the tracking intent for the device
Future<bool> get isTracking async {
return _invokeSdkMethod(SdkMethod.isTracking).then((value) {
return deserializeIsTracking(value);
});
}