stopNotify method

  1. @override
Future<bool?> stopNotify({
  1. required String serviceUuid,
  2. required String characteristicUuid,
})
override

stopNotify stops listening to notifications from a BLE characteristic.

Implementation

@override
Future<bool?> stopNotify({
  required String serviceUuid,
  required String characteristicUuid,
}) =>
    throw UnimplementedError('stopNotify() has not been implemented.');