get_longitudeE6 method

Future<int?> get_longitudeE6()

Implementation

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