void add()

in lib/src/hmac.dart [87:90]


  void add(List<int> data) {
    if (_isClosed) throw StateError('HMAC is closed');
    _innerSink.add(data);
  }