apkDownloadPath property

Future<String> apkDownloadPath

Implementation

static Future<String> get apkDownloadPath async {
  return await _channel.invokeMethod('getApkDownloadPath');
}