startNativeTracking method

Future<void> startNativeTracking(
  1. LocationConfig config
)

Starts native location tracking with the given configuration.

Implementation

Future<void> startNativeTracking(LocationConfig config) async {
  throw UnimplementedError('startNativeTracking() has not been implemented.');
}