BMKMapSizeWorld top-level property

Future<BMKMapSize?> BMKMapSizeWorld

Implementation

Future<BMKMapSize?> get BMKMapSizeWorld async {
  return kBmapCoreFluttifyChannel.invokeMethod('getBMKMapSizeWorld');
}