pinChanger abstract method Null safety

PinChange pinChanger(
  1. PinChanger pinChanger
)

Specifies the object that will take care of changing the PIN of the specified username.

IMPORTANT
Providing the pinChanger is required.

Params:

Returns: a PinChange object.

Implementation

PinChange pinChanger(PinChanger pinChanger);