readAsBytes method

Future<List<int>> readAsBytes()

Implementation

Future<List<int>> readAsBytes() => throw UnsupportedError(
    'File operations not available on web. '
    'Attempted to read: $_uri. '
    'Use file picker or fetch from URL instead.');