Actually i want to overwrite the file in local storage of phone but it gives me the error
I/flutter ( 3835): /storage/emulated/0/Android/data/com.example.temp/files/flutter_audio_recorder_
I/flutter ( 3835): Exception: A file already exists at the path :/storage/emulated/0/Android/data/com.example.temp/files/flutter_audio_recorder_.wav
so how can i delete this file first ?
i have stored the wav file path in this variable ==> var dirPath ;