formatClient function

String formatClient(
  1. String prefix
)

Implementation

String formatClient(String prefix) {
  return "$prefix\Client";
}