isInstalledHighDangerMockApp method

Future<bool?> isInstalledHighDangerMockApp()

Implementation

Future<bool?> isInstalledHighDangerMockApp() async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: com.amap.api.location.AMapLocationQualityReport@$refId::isInstalledHighDangerMockApp([])');
  }

  // invoke native method
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod('com.amap.api.location.AMapLocationQualityReport::isInstalledHighDangerMockApp', {"__this__": this});


  // handle native call


  return __result__;
}