open method

Future open(
  1. dynamic device
)

Start session with the device

Implementation

Future open(dynamic device) {
  return _platform.open(device);
}