get_x method

Future<double?> get_x()

Implementation

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