fatal method

Future<void> fatal(
  1. String value
)

Implementation

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