dispose method

dynamic dispose()

Dispose

Implementation

dispose() {
  _errorStreamController.close();
  _otpSentController.close();
}