getLatestAMapApp static method

Future<void> getLatestAMapApp()

Implementation

static Future<void> getLatestAMapApp() async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: AMapURLSearch::getLatestAMapApp([])');
  }

  // invoke native method
  final __result__ = await kAmapCoreFluttifyChannel.invokeMethod('AMapURLSearch::getLatestAMapApp', );


  // handle native call


  return __result__;
}