getUri method

String? getUri(
  1. Notification notification
)

Implementation

String? getUri(Notification notification) {
  return usingNotificationUri(notification)
      ? notification.uri
      : notification.reasonSubject;
}