startNotifications method

Future<void> startNotifications(
  1. StartNotificationsParams options,
  2. void callback(
    1. ReadResult result
    )
)

Implementation

Future<void> startNotifications(StartNotificationsParams options,
    void Function(ReadResult result) callback) {
  throw UnimplementedError('startNotifications() has not been implemented.');
}