get_height method

Future<double?> get_height()

Implementation

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