readBlob method

  1. @Deprecated('Use read<Uint8List>(key) directly')
Uint8List readBlob(
  1. String key
)

Reads a Uint8List from the column named key.

Implementation

@Deprecated('Use read<Uint8List>(key) directly')
Uint8List readBlob(String key) => read<Uint8List>(key);