getKeyword method

Future<String?> getKeyword()

Implementation

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

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


  // handle native call


  return __result__;
}