requestPending top-level constant

NotificationType const requestPending

Implementation

const requestPending = NotificationType(
  /* 0xFF */ NOTIFICATION_TYPE_REQUEST_PENDING,
  'Request pending notification', //
  [
    NotificationValue(0, ''),
  ],
);