getType method

Future<String?> getType()

Implementation

Future<String?> getType() async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: com.amap.api.services.road.Road@$refId::getType([])');
  }

  // invoke native method
  final __result__ = await kAmapSearchFluttifyChannel.invokeMethod('com.amap.api.services.road.Road::getType', {"__this__": this});


  // handle native call


  return __result__;
}