release method

void release()

Implementation

void release() {
  _completer?.complete();
  _completer = null;
}