BMKMapRectWorld top-level property

Future<BMKMapRect?> BMKMapRectWorld

Implementation

Future<BMKMapRect?> get BMKMapRectWorld async {
  return kBmapUtilsFluttifyChannel.invokeMethod('getBMKMapRectWorld');
}