deviceTimeout top-level property

FigOption deviceTimeout
final

Implementation

final FigOption deviceTimeout = FigOption(
  name: ['--device-timeout'],
  description:
      'Time in seconds to wait for devices to attach. Longer timeouts may be necessary for networked devices',
  args: [FigArg(name: 'seconds')],
);