addDispose method

void addDispose(
  1. Dispose dispose
)

Implementation

void addDispose(Dispose dispose) => _disposes.add(dispose);