put abstract method

Future<void> put(
  1. String hash,
  2. Uint8List bytes
)

Implementation

Future<void> put(String hash, Uint8List bytes);