dispose method

Future<void> dispose()

Close compass stream, and set Qiblah stream to null

Implementation

Future<void> dispose() async {
  _qiblahStream = null;
}