getSuccessfulRetireMessage static method

String getSuccessfulRetireMessage(
  1. String process
)

Implementation

static String getSuccessfulRetireMessage(String process) {
  return '$process retired successfully';
}