currentMediaPath property

Future<String> currentMediaPath

Retrieves the currently selected Media directory on the local device's file system.

Throws an Exception if the current device does not run on Android.

Implementation

Future<String> get currentMediaPath async {
  return await _mediaLocation;
}