isAMapDataAvailable static method

Future<bool?> isAMapDataAvailable(
  1. double var0,
  2. double var2
)

Implementation

static Future<bool?> isAMapDataAvailable(double var0, double var2) async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: com.amap.api.location.CoordinateConverter::isAMapDataAvailable([\'var0\':$var0, \'var2\':$var2])');
  }

  // invoke native method
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod('com.amap.api.location.CoordinateConverter::isAMapDataAvailable', {"var0": var0, "var2": var2});


  // handle native call


  return __result__;
}