set_y method

Future<void> set_y(
  1. double y
)

Implementation

Future<void> set_y(double y) async {
  await kBmapCoreFluttifyChannel.invokeMethod('BMKMapPoint::set_y', <String, dynamic>{'__this__': this, "y": y});


}