stopNotifications method
Stop listening for notifications.
- May throw InvalidStateError if characteristic is null
See:
Implementation
Future<void> stopNotifications() async {
await _stopNotifications().toDart;
}
Stop listening for notifications.
See:
Future<void> stopNotifications() async {
await _stopNotifications().toDart;
}