androidSnoozeButton property
The text to display on the snooze button of the notification.
Android only. Shown only when AlarmSettings.androidSnoozeDuration
also gives it a duration; a label alone describes nothing the platform
can perform.
If null, button will not be shown. Null by default.
Implementation
final String? androidSnoozeButton;