warning method

Future<void> warning()

Implementation

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