menu
app_env package
documentation
helpers/android_xml_helper.dart
AndroidXMLHandler
updateFileContent method
updateFileContent method
dark_mode
light_mode
updateFileContent
method
Future
<
File
>
?
updateFileContent
(
String
text
)
Implementation
Future<File>? updateFileContent(String text) => _xmlFile?.writeAsString(text);
app_env package
documentation
helpers/android_xml_helper
AndroidXMLHandler
updateFileContent method
AndroidXMLHandler class