cancel method

Future<void> cancel()

Immediately aborts the current session with no final result.

Implementation

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