isPinAuthenticationEnabled abstract method

Future<bool?> isPinAuthenticationEnabled({
  1. required UserId userId,
})

Used to determine if the lock screen should be shown

Implementation

Future<bool?> isPinAuthenticationEnabled({required UserId userId});