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