signup abstract method

Future<LoginUser?> signup(
  1. String username,
  2. String countryCode,
  3. String contact,
  4. ContactType contactType,
  5. String verifyCode,
  6. String password, {
  7. HandleError? onError,
})

Implementation

Future<LoginUser?> signup(
  String username,
  String countryCode,
  String contact,
  ContactType contactType,
  String verifyCode,
  String password, {
  HandleError? onError,
});