dispose method

void dispose()

Hủy state, giải phóng tài nguyên

Implementation

void dispose() {
  _subject.close();
}