Android iOS Linux macOS Windows
Future<Directory?> getTemporaryDirectory() async => isWeb ? null : await path.getTemporaryDirectory();