getLastCrashReport method

Future<String?> getLastCrashReport()

Implementation

Future<String?> getLastCrashReport() async {
  return await methodChannel.invokeMethod('getLastCrashReport');
}