startNotifications method

Future<void> startNotifications()

Implementation

Future<void> startNotifications() async {
  await _characteristicRx.startNotifications();
}