flowKey property

Object flowKey
final

A unique key that could be used to obtain an instance of the PhoneAuthController.

final ctrl = AuthFlowBuilder.getController<PhoneAuthController>(flowKey);
ctrl.acceptPhoneNumber('+1234567890');

Implementation

final Object flowKey;