get_street method

Future<String?> get_street()

Implementation

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