PhoneVerificationCompleted typedef

PhoneVerificationCompleted = void Function(PhoneAuthCredential phoneAuthCredential)

Typedef for a automatic phone number resolution.

This handler can only be called on supported Android devices.

Implementation

typedef PhoneVerificationCompleted = void Function(
  PhoneAuthCredential phoneAuthCredential,
);