systemDownloadsSupported static method
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;