filePath property

Future<String> get filePath

Implementation

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