getBytes method

Future<Uint8List> getBytes(
  1. String? id, {
  2. String? uri,
})

Implementation

Future<Uint8List> getBytes(
  String? id, {
  String? uri,
}) {
  throw UnimplementedError('getBytes() has not been implemented.');
}