unlockWithPin abstract method

Future<Either<LocalAuthFailure, Unit>> unlockWithPin({
  1. required Pin pin,
})

Make an attempt to unlock the app using provided pin. If the pin is correct, lockState will be changed and lock screen dismissed

Implementation

Future<Either<LocalAuthFailure, Unit>> unlockWithPin({required Pin pin});