onCaptureFile method

  1. @override
void onCaptureFile(
  1. HTMLInputElement input,
  2. Event event
)
override

Implementation

@override
void onCaptureFile(HTMLInputElement input, Event event) {
  if (showSelectedFileInButton) {
    showSelectedFile();
  }
}