signUp abstract method

Future<Verification> signUp(
  1. User user,
  2. String password
)

Signs up the given user with the given password

Implementation

Future<Verification> signUp(
  User user,
  String password,
);