isOnExternalStorage property
override
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
@override
Future<bool> get isOnExternalStorage => JailbreakRootDetection.instance.isOnExternalStorage;