get_heading method

Future<CLHeading?> get_heading()

Implementation

Future<CLHeading?> get_heading() async {
  final __result__ = await kBmapCoreFluttifyChannel.invokeMethod("BMKUserLocation::get_heading", {'__this__': this});
  return BmapCoreFluttifyIOSAs<CLHeading>(__result__);
}