cancel method

Future<void> cancel()

Cancel the subscription

Implementation

Future<void> cancel() async {
  await _finish();
}