await never resolves if user didn't pick a file
Print statement will not get executed if user closes the picker dialog, also no error is thrown
Future fun()async{
final files = await _dropzoneController?.pickFiles();
print("reached here");
}
cc: @deakjahn
await never resolves if user didn't pick a file
Print statement will not get executed if user closes the picker dialog, also no error is thrown
cc: @deakjahn