The function stopTracking() throws an UnimplementedError indicating that it has not been implemented yet.
Future<String?> stopTracking() { throw UnimplementedError('stopTracking() has not been implemented.'); }