emailPassword static method

StitchCredential emailPassword(
  1. String username,
  2. String password
)

Implementation

static StitchCredential emailPassword(String username, String password) =>
    // ignore: deprecated_member_use_from_same_package
    UserPasswordCredential(username: username, password: password);