verificationId property

String verificationId

Returns the phone number authentication operation's verification ID. This can be used along with the verification code to initialize a phone auth credential.

Implementation

String get verificationId => jsObject.verificationId;