GraphQlUtils class

Annotations
  • @sealed

Constructors

GraphQlUtils()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generateRetryOtp({required String phoneNumber, required int step, required IGraphQlClient client}) Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendOtp({required String phoneNumber, required String logTitle, required IGraphQlClient client, String? logDescription, String? email, bool sendToEmailOnly = false}) Future<String>
a function that sends a verification code to a phone
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited