Future<String> get filePath async { final tempDir = await getTemporaryDirectory(); return '${tempDir.path}${Platform.pathSeparator}$name.conf'; }