Capture constructor

Capture([
  1. Logger? logger,
  2. int? clientOrDeviceHandle,
  3. int? transportHandle,
  4. Function? onEventNotification,
  5. Transport? transport,
])

Implementation

Capture(
    [this.logger,
    this.clientOrDeviceHandle,
    this.transportHandle,
    this.onEventNotification,
    this.transport]);