set_x method

Future<void> set_x(
  1. double? x
)

Implementation

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