AuthenticatorSelectionHandler constructor
- String operationId
Default constructor for AuthenticatorSelectionHandler.
Params:
- operationId: the id of the started call that can be used to identify platform calls that belong to each started call. Should be unique.
Implementation
factory AuthenticatorSelectionHandler(String operationId) {
return AuthenticatorSelectionHandlerImpl(operationId);
}