isProviderId static method

bool isProviderId(
  1. String providerId
)

Implementation

static bool isProviderId(String providerId) {
  return providerId.isNotEmpty && providerId.startsWith('saml.');
}