cancel method

Future<void> cancel()

Cancels any pending snapshot request.

Implementation

Future<void> cancel() => _impl.cancel();