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