FoImageFileComponent constructor

FoImageFileComponent(
  1. ChangeDetectorRef _changeDetectorRef
)

Implementation

FoImageFileComponent(this._changeDetectorRef) {
  _metaReader.onLoad.listen(_extractExifOrientationAndLoadImage);
  _reader.onLoad.listen(_generateScaledImage);
}