menu
endaft package
documentation
utils.dart
FileParsers
utf8Parser static method
utf8Parser static method
dark_mode
light_mode
utf8Parser
static method
dynamic
utf8Parser
(
Uint8List
data
)
A UTF-8 (text) file parser
Implementation
static dynamic utf8Parser(Uint8List data) { return utf8.decode(data); }
endaft package
documentation
utils
FileParsers
utf8Parser static method
FileParsers class