isOnExternalStorage property
Whether the app is installed on external storage (Android only).
Installing to an SD card makes app data more accessible and prone to
tampering. Not applicable on iOS — returns false on that platform.
Implementation
Future<bool> get isOnExternalStorage;