startNativeTracking method
Starts native location tracking with the given configuration.
Implementation
Future<void> startNativeTracking(LocationConfig config) async {
throw UnimplementedError('startNativeTracking() has not been implemented.');
}
Starts native location tracking with the given configuration.
Future<void> startNativeTracking(LocationConfig config) async {
throw UnimplementedError('startNativeTracking() has not been implemented.');
}