close method

Future close(
  1. dynamic device
)

Returns a Future that resolves when all open interfaces are released and the device session has ended.

Implementation

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