remove method

void remove()

Implementation

void remove() {
  _begin();
  _sendMessage(RemovePinReq().toBytes());
  _waitMessage();
}