getPublicDownloadsDirectory method

  1. @override
Future<String?> getPublicDownloadsDirectory()
override

Implementation

@override
Future<String?> getPublicDownloadsDirectory() async {
  // Same as getDownloadsDirectory for web
  return '$_webStorageBasePath/downloads';
}