getStorageFolderPath function

Future<String> getStorageFolderPath()

Retrieves the base storage folder path for the app.

Implementation

Future<String> getStorageFolderPath() async {
  return _getStorageFolderPath();
}