PhoneVerificationService class
Properties
-
client
↔ Client
-
getter/setter pairinherited
-
env
→ EnvBase
-
finalinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
delete(Uri url)
→ Future
-
inherited
-
get(Uri url)
→ Future<Map<String, dynamic>>
-
inherited
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
onResponse(Response response)
→ FutureOr<Map<String, dynamic>>
-
inherited
-
post(Uri uri, Map<String, dynamic>? body)
→ Future<Map<String, dynamic>>
-
inherited
-
put(Uri uri, Map data)
→ Future<Map<String, dynamic>>
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
validatePhone({String? dni, required String smscode, String? prefix, String? phone})
→ Future
-