add method

void add(
  1. Ref ref
)

Implementation

void add(Ref ref) {
  _releasePool.add(ref);
}