crash method

Future<void> crash([
  1. String? message
])

Implementation

Future<void> crash([String? message]) {
  throw UnimplementedError('crash() has not been implemented.');
}