wav_io library
Functions
-
internalReadFile(
String filename) → Future< Uint8List> - Internal detail. Read a file as bytes. This function only exists so we can override it with a fake version in wav_no_io.dart.
-
internalWriteFile(
String filename, Uint8List bytes) → Future< void> - Internal detail. Write a file as bytes. This function only exists so we can override it with a fake version in wav_no_io.dart.