systemDownloadsSupported static method

Future<bool> systemDownloadsSupported()

Whether this platform can hand downloads to an OS service that survives the app being killed.

Implementation

static Future<bool> systemDownloadsSupported() async => await _call<bool>("systemSupported") ?? false;