wav_no_io library
Functions
-
internalReadFile(
String filename) → Future< Uint8List> - Internal detail. Fake file reader function that just throws.
-
internalWriteFile(
String filename, Uint8List bytes) → Future< void> - Internal detail. Fake file writer function that just throws.