CroppedFile constructor
CroppedFile(
- String path
Construct a CroppedFile object, from its bytes
.
Optionally, you may pass a path
. See caveats in CroppedFileBase.path.
Implementation
CroppedFile(super.path) {
throw UnimplementedError(
'CroppedFile is not available in your current platform.');
}