testCrash method
Simulates a test crash.
Implementation
Future<void> testCrash() {
throw UnimplementedError('testCrash() has not been implemented.');
}
Simulates a test crash.
Future<void> testCrash() {
throw UnimplementedError('testCrash() has not been implemented.');
}