You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import'package:path_provider/path_provider.dart';
final fileName =''; // file_name used in startRecordfinal filePath =awaitgetApplicationSupportDirectory();
final audioFile =File('${filePath.path}/$fileName.aac'); // .aac is the default extension used by the library
Can you please tell me how to retrieve the file path
The text was updated successfully, but these errors were encountered: