getCategory method

Implementation

Future<com_amap_api_services_busline_BusLineQuery_SearchType?> getCategory() async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: com.amap.api.services.busline.BusLineQuery@$refId::getCategory([])');
  }

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


  // handle native call


  return (__result__ as int).tocom_amap_api_services_busline_BusLineQuery_SearchType();
}