set_updating method

Future<void> set_updating(
  1. bool? updating
)

Implementation

Future<void> set_updating(bool? updating) async {
  await kBmapCoreFluttifyChannel.invokeMethod('BMKUserLocation::set_updating', <String, dynamic>{'__this__': this, "updating": updating});
}