putBytes method

Future<PutResponse> putBytes(
  1. Uint8List bytes,
  2. String token, {
  3. PutOptions? options,
})

putBytes

Implementation

Future<base.PutResponse> putBytes(
  Uint8List bytes,
  String token, {
  base.PutOptions? options,
}) {
  return _baseStorage.putBytes(bytes, token, options: options);
}