setNotificationStopButtonText method

Future<bool> setNotificationStopButtonText(
  1. String text
)

Set notification stop button text

Implementation

Future<bool> setNotificationStopButtonText(String text) {
  throw UnimplementedError(
    'setNotificationStopButtonText() has not been implemented.',
  );
}