cancel method

Future<void> cancel()

Implementation

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