blockedIt static method

String blockedIt(
  1. String userId
)

Implementation

static String blockedIt(String userId) {
  return '^^$userId^^';
}