get_updating method

Future<bool?> get_updating()

Implementation

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