menu
nesp_sdk_dart_core package
documentation
convert.dart
StringUtils
utf8Decode static method
utf8Decode static method
dark_mode
light_mode
utf8Decode
static method
String
utf8Decode
(
Uint8List
bytes
)
Implementation
static String utf8Decode(Uint8List bytes) { return _decode(utf8.decode, bytes); }
nesp_sdk_dart_core package
documentation
convert
StringUtils
utf8Decode static method
StringUtils class