close method Null safety

Future<void> close()

Cancel our underling stream.

Implementation

Future<void> close() {
  return _source.cancel();
}