filePath property

String filePath
getter/setter pair

The absolute path (including the filename extensions) of the recording file. For example: /sdcard/emulated/0/audio.mp4 on Android and /var/mobile/Containers/Data/audio.mp4 on iOS. Ensure that the path you specify exists and is writable.

Implementation

String filePath;