GetNotificationOptions constructor

GetNotificationOptions({
  1. String? tag,
})

Implementation

factory GetNotificationOptions({String? tag}) =>
    GetNotificationOptions._(tag: tag ?? '');