stopNotifications method
Implementation
@override
Future<void> stopNotifications() async {
backend.UniversalBle.setNotifiable(deviceId, serviceId, characteristicId,
backend.BleInputProperty.disabled);
backend.UniversalBle.onValueChange = null;
}