handleRequestPendingNotification method

T? handleRequestPendingNotification(
  1. NotificationReport report
)

Implementation

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