stopNotifications method

Future<void> stopNotifications()

Implementation

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