TwilioPhoneVerify class

Constructors

TwilioPhoneVerify({required String accountSid, required String serviceSid, required String authToken})

Properties

accountSid String
final
authToken String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceSid String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendEmailCode(String email, {EmailChannelConfiguration? channelConfiguration}) Future<TwilioResponse>
sendSmsCode(String phone) Future<TwilioResponse>
toString() String
A string representation of this object.
inherited
verifyEmailCode({required String email, required String code}) Future<TwilioResponse>
verifySmsCode({required String phone, required String code}) Future<TwilioResponse>

Operators

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