confirm method

Future<UserCredentialPlatform> confirm(
  1. String verificationCode
)

Finishes a phone number sign-in, link, or reauthentication, given the code that was sent to the user's mobile device.

Implementation

Future<UserCredentialPlatform> confirm(String verificationCode) async {
  throw UnimplementedError('confirm() is not implemented');
}