setDevicePin static method

Future<void> setDevicePin(
  1. String pin
)

Set the PIN code for the connected beacon.

  • pin: New PIN code for authentication

Implementation

static Future<void> setDevicePin(String pin) =>
    _method.invokeMethod('setDevicePin', {'pin': pin});