closeSync method
Synchronously close the input stream
Implementation
@override
void closeSync() {
_file.closeSync();
_position = 0;
_fileSize = 0;
}
Synchronously close the input stream
@override
void closeSync() {
_file.closeSync();
_position = 0;
_fileSize = 0;
}