startLocationService method

Future<Map<String, dynamic>> startLocationService()

Implementation

Future<Map<String, dynamic>> startLocationService() {
  throw UnimplementedError('startLocationService() has not been implemented.');
}