setLocAble static method

Future<void> setLocAble(
  1. bool var0
)

Implementation

static Future<void> setLocAble(bool var0) async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: com.amap.api.location.UmidtokenInfo::setLocAble([\'var0\':$var0])');
  }

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


  // handle native call


  return __result__;
}