change method

BlobData change()

Implementation

BlobData change() {
  if (_listener == null) return BlobData();
  return _listener!();
}