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