downloadsPath property

Future<String> downloadsPath

get Downloads path.

Implementation

static Future<String> get downloadsPath async {
  return await _channel.invokeMethod('getDownloadsPath') ?? '';
}