onCodeSent abstract method

void onCodeSent(
  1. String verificationId, [
  2. int? forceResendToken
])

Called when the SMS code was sent. UI should provide a way to enter the code.

Implementation

void onCodeSent(String verificationId, [int? forceResendToken]);