close method Null safety
override
Closes the sink.
Calling this method more than once is allowed, but does nothing.
Implementation
@override
Future<void> close() => _closeMemo.runOnce(onClose);
Closes the sink.
Calling this method more than once is allowed, but does nothing.
@override
Future<void> close() => _closeMemo.runOnce(onClose);