stopNotify method
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.');