deactivateLocationSource method

Future<void> deactivateLocationSource()

Implementation

Future<void> deactivateLocationSource() {
  return mChannel.deactivateLocationSource(mapId: mapId);
}