requestType property

  1. @override
OobCodeRequestType get requestType

The type of confirmation code to send. Should always be OobCodeRequestType.VERIFY_EMAIL.

Implementation

@override

/// The type of confirmation code to send. Should always be
/// [OobCodeRequestType.VERIFY_EMAIL].
OobCodeRequestType get requestType;