updateFileContent method

Future<File>? updateFileContent(
  1. String text
)

Implementation

Future<File>? updateFileContent(String text) => _xmlFile?.writeAsString(text);