getPageSize method

Future<int?> getPageSize()

Implementation

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

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


  // handle native call


  return __result__;
}