open method

Future open(
  1. dynamic device
)

Returns a Future that resolves when a device session has started.

Implementation

Future open(dynamic device) {
  throw UnimplementedError('open() has not been implemented.');
}