dispose method
Close compass stream, and set Qiblah stream to null
Implementation
Future<void> dispose() async {
_qiblahStream = null;
}
Close compass stream, and set Qiblah stream to null
Future<void> dispose() async {
_qiblahStream = null;
}