enterAPPDownloadListPage static method

Future<bool> enterAPPDownloadListPage()

进入APP下载列表页

Implementation

static Future<bool> enterAPPDownloadListPage() async {
  return await _channel.invokeMethod("enterAPPDownloadListPage", {});
}