getProtocol method

Future<int?> getProtocol()

Implementation

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

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


  // handle native call


  return __result__;
}