get_crashReportEnabled_batch method

Future<List<bool?>> get_crashReportEnabled_batch()

Implementation

Future<List<bool?>> get_crashReportEnabled_batch() async {
  final resultBatch = await kAmapCoreFluttifyChannel.invokeMethod("AMapServices::get_crashReportEnabled_batch", [for (final __item__ in this) {'__this__': __item__}]);
  return (resultBatch as List).map((__result__) => __result__).cast<bool?>().toList();
}