Is there any way to Read and write files from external SD Card with flutter ,like using
getExternalStorageDirectory()
from path_provider package to access local storage(read,write,modify,create..)?
Is there any way to Read and write files from external SD Card with flutter ,like using
getExternalStorageDirectory()
from path_provider package to access local storage(read,write,modify,create..)?