close method Null safety
override
Asynchronously closes the input stream.
Implementation
@override
Future<void> close() async {
buffer = <int>[];
_length = 0;
}
Asynchronously closes the input stream.
@override
Future<void> close() async {
buffer = <int>[];
_length = 0;
}