readFileAsBytes function

Future<Uint8List> readFileAsBytes(
  1. String path
)

Implementation

Future<Uint8List> readFileAsBytes(String path) {
  throw UnsupportedError('File loading is not supported on this platform.');
}