@override Future<void> stopNotifications() async { await _getCharacteristic().stopNotify(); await _subscription?.cancel(); }