getLastCrashInfo method

Future<String?> getLastCrashInfo()

Implementation

Future<String?> getLastCrashInfo() async{
  throw UnimplementedError('`getLastCrashInfo` has not been implemented.');
}