headingAvailable method

Future<bool> headingAvailable()

Implementation

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