ImageInputWrapper constructor

ImageInputWrapper(
  1. ImageInput input,
  2. Future<void> onRelease()
)

Implementation

ImageInputWrapper(this.input, this.onRelease);