static Future<String?> get tempDirWaterbus async { if (kIsWeb) return null; return '${(await getTemporaryDirectory()).path}/Waterbus'; }