handleAccessControlNotification method

T? handleAccessControlNotification(
  1. NotificationReport report
)

Implementation

T? handleAccessControlNotification(NotificationReport report) {
  return unhandledNotification(report);
}