get_direction method

Future<String?> get_direction()

Implementation

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