set_height method

Future<void> set_height(
  1. double height
)

Implementation

Future<void> set_height(double height) async {
  await kBmapCoreFluttifyChannel.invokeMethod('BMKMapSize::set_height', <String, dynamic>{'__this__': this, "height": height});


}