onCaptureFile method

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

Implementation

@override
void onCaptureFile(FileUploadInputElement input, Event event) {
  if (showSelectedImageInButton) {
    showSelectedImage();
  }
}