getPin abstract method

Future<PinHash?> getPin({
  1. required UserId forUser,
})

Returns the PinHash of the user with forUser id, or null if no pin is set

Implementation

Future<PinHash?> getPin({required UserId forUser});