issues
search
deansyd
/
icloud_storage
A flutter plugin for uploading and downloading files to and from iCloud
MIT License
42
stars
24
forks
source link
Fixed listFiles() function
#10
Closed
amitm29
closed
2 years ago
amitm29
commented
3 years ago
Removed the type cast to FutureOr<List
>
Changed the return type from Future<List
> to Future<List
?>