readAsBytes method

Future<Uint8List> readAsBytes()

Implementation

Future<Uint8List> readAsBytes() async => Uint8List(0);