removeLocationListener method

Future<void> removeLocationListener()

Implementation

Future<void> removeLocationListener() {
  throw UnimplementedError(
      'removeLocationListener() has not been implemented');
}