createFile function
Implementation
DropzoneFileInterface createFile(Object native) {
throw UnsupportedError(
'Cannot create a file without dart:js_interop or dart:io.');
}
DropzoneFileInterface createFile(Object native) {
throw UnsupportedError(
'Cannot create a file without dart:js_interop or dart:io.');
}