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(String path) : super(path) {
throw UnimplementedError(
'CroppedFile is not available in your current platform.');
}