set_crashReportEnabled_batch method

Future<void> set_crashReportEnabled_batch(
  1. List<bool> crashReportEnabled
)

Implementation

Future<void> set_crashReportEnabled_batch(List<bool> crashReportEnabled) async {
  await kAmapCoreFluttifyChannel.invokeMethod('AMapServices::set_crashReportEnabled_batch', [for (int __i__ = 0; __i__ < this.length; __i__++) {'__this__': this[__i__], "crashReportEnabled": crashReportEnabled[__i__]}]);


}