stopButton property
The text to display on the stop button of the notification.
Won't work on iOS if app was killed. If null, button will not be shown. Null by default.
Implementation
final String? stopButton;
The text to display on the stop button of the notification.
Won't work on iOS if app was killed. If null, button will not be shown. Null by default.
final String? stopButton;