getContainerBytes method

Future<Uint8List?> getContainerBytes(
  1. DataContainer dataContainer
)

Implementation

Future<Uint8List?> getContainerBytes(DataContainer dataContainer) {
  throw UnimplementedError('getContainerBytes() has not been implemented.');
}