valueOf static method

CognitoSignInMethod valueOf(
  1. String name
)

Gets the CognitoSignInMethod value corresponding to name.

Implementation

static CognitoSignInMethod valueOf(String name) =>
    _$CognitoSignInMethodValueOf(name);