error method

Future<void> error()

Implementation

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