get_distance method

Future<String?> get_distance()

Implementation

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