stopButton property

String? stopButton
final

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;