menu
mno_shared package
documentation
zip.dart
ZipPackage
raw static method
raw static method
dark_mode
light_mode
raw
static method
Stream
<
List
<
int
>
>
raw
(
File
file
, {
int
?
start
,
int
?
end
,
})
Implementation
static Stream<List<int>> raw(File file, {int? start, int? end}) => file.openRead(start, end);
mno_shared package
documentation
zip
ZipPackage
raw static method
ZipPackage class