getBytes method

Future<Uint8List?> getBytes()

Implementation

Future<Uint8List?> getBytes() async {
  await execute();
  return outputBytes;
}