disableLocalAuthentication abstract method

Future<void> disableLocalAuthentication({
  1. required UserId userId,
})

Writes to the repository the preference of the user with userId to not show lock screen This includes both pin and biometric authentication

Implementation

Future<void> disableLocalAuthentication({required UserId userId});