stopTracking method

Future<String?> stopTracking()

The function stopTracking() throws an UnimplementedError indicating that it has not been implemented yet.

Implementation

Future<String?> stopTracking() {
  throw UnimplementedError('stopTracking() has not been implemented.');
}