void close()

in lib/src/digest_sink.dart [26:28]


  void close() {
    if (_value == null) throw StateError('add must be called once.');
  }