get_crashReportEnabled method

Future<bool?> get_crashReportEnabled()

Implementation

Future<bool?> get_crashReportEnabled() async {
  final __result__ = await kAmapCoreFluttifyChannel.invokeMethod("AMapServices::get_crashReportEnabled", {'__this__': this});
  return __result__;
}