get_width method

Future<double?> get_width()

Implementation

Future<double?> get_width() async {
  final __result__ = await kBmapCoreFluttifyChannel.invokeMethod("BMKMapSize::get_width", {'__this__': this});
  return __result__;
}