stopNotifications method
Implementation
Future<void> stopNotifications() async {
await _characteristicRx.stopNotifications();
_responseGuard.stop();
}
Future<void> stopNotifications() async {
await _characteristicRx.stopNotifications();
_responseGuard.stop();
}