close method

Implementation

@mustCallSuper
Future close() async {
  await _sub.cancel();
}