withCompletionListener abstract method

ManagerBuilder withCompletionListener(
  1. dynamic listener(
    1. InitConfig config
    )
)

Set listener to receive a callback after all CAS initialization processes have completed.

Implementation

ManagerBuilder withCompletionListener(Function(InitConfig config) listener);