GetNotificationOptions constructor

GetNotificationOptions({
  1. String? tag,
})

Implementation

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