stopUpdatingHeading method

Future<bool> stopUpdatingHeading()

Implementation

Future<bool> stopUpdatingHeading() async {
  return BMFLocationDispatcherFactory.instance.headingDispatcher
      .stopHeading(_channel);
}