setPreferredAuthenticator method

Future<void> setPreferredAuthenticator(
  1. OWAuthenticatorType authenticatorType
)

Set preferred authenticator todo removed boolean return update docu

Implementation

Future<void> setPreferredAuthenticator(
    OWAuthenticatorType authenticatorType) async {
  await api.setPreferredAuthenticator(authenticatorType);
}