asAMapNaviConfig method
inherited
Implementation
Future<AMapNaviConfig> asAMapNaviConfig() async {
final result = await MethodChannel('me.yohom/amap_map_fluttify').invokeMethod('RefClass::asAMapNaviConfig', {'refId': refId});
return AMapNaviConfig()..refId = result;
}