get_y method

Future<double?> get_y()

Implementation

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