createUserWithEmailAndPassword abstract method

Future<UserModel> createUserWithEmailAndPassword(
  1. String email,
  2. String password
)

Implementation

Future<UserModel> createUserWithEmailAndPassword(
  String email,
  String password,
);