getVersion static method

Future<String?> getVersion()

Implementation

static Future<String?> getVersion() async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: com.amap.api.services.core.SearchUtils::getVersion([])');
  }

  // invoke native method
  final __result__ = await kAmapSearchFluttifyChannel.invokeMethod('com.amap.api.services.core.SearchUtils::getVersion', );


  // handle native call


  return __result__;
}