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