stopNotifications method

  1. @override
Future<void> stopNotifications()
override

Implementation

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