downloadFallbackEnabled property
- @Deprecated('Use ShareParams.downloadFallbackEnabled instead')
getter/setter pair
Whether to fall back to downloading files if shareXFiles fails on web. This parameter is only used when using the Share class. If you want to use this parameter with the SharePlus class, use ShareParams.downloadFallbackEnabled instead as it takes preference.
Implementation
@Deprecated('Use ShareParams.downloadFallbackEnabled instead')
static bool downloadFallbackEnabled = true;