dispose method

void dispose()

Close compass stream, and set Qiblah stream to null

Implementation

void dispose() {
  _qiblahStream = null;
}