panic method

Future<void> panic()

Implementation

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