testCrash method

Future<void> testCrash()

Simulates a test crash.

Implementation

Future<void> testCrash() {
  throw UnimplementedError('testCrash() has not been implemented.');
}