displayPasskey method

Future<void> displayPasskey(
  1. BlueZDevice device,
  2. int passkey,
  3. int entered
)

Called when passkey is required to be displayed when authenticating with device.

Implementation

Future<void> displayPasskey(
    BlueZDevice device, int passkey, int entered) async {}