get_size method

Future<BMKMapSize?> get_size()

Implementation

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