disableLocalLogin method

Future<void> disableLocalLogin()

Implementation

Future<void> disableLocalLogin() async {
  await toggleLocalAuth(false);
}