Set the PIN code for the connected beacon.
pin
static Future<void> setDevicePin(String pin) => _method.invokeMethod('setDevicePin', {'pin': pin});