close method

dynamic close(
  1. dynamic device
)

close session with the device

Implementation

close(dynamic device) {
  return;
}