startTracking method Null safety
Expresses an intent to start location tracking for the device
Implementation
void startTracking() => _invokeSdkVoidMethod(SdkMethod.startTracking);
Expresses an intent to start location tracking for the device
void startTracking() => _invokeSdkVoidMethod(SdkMethod.startTracking);