setIsTracking method Null safety
- bool tracking
Sets the tracking intent for the device.
Implementation
static void setIsTracking(bool tracking) {
_invokeSdkVoidMethod(
SdkMethod.setIsTracking, serializeIsTracking(tracking));
}
Sets the tracking intent for the device.
static void setIsTracking(bool tracking) {
_invokeSdkVoidMethod(
SdkMethod.setIsTracking, serializeIsTracking(tracking));
}