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