configNotFoundForClientId static method

String configNotFoundForClientId(
  1. String clientId
)

Implementation

static String configNotFoundForClientId(String clientId) =>
    '❌ Config file not found for client ID: $clientId';