cleanCrashReport method

Future<void> cleanCrashReport()

Implementation

Future<void> cleanCrashReport() async {
  return await methodChannel.invokeMethod('cleanCrashReports');
}