menu
zooper_flutter_encoding_utf16 package
documentation
utf16.dart
UTF16
encodeWithBOM abstract method
encodeWithBOM abstract method
dark_mode
light_mode
encodeWithBOM
abstract method
List
<
int
>
encodeWithBOM
(
String
input
)
Encodes a
String
with the BOM
Implementation
List<int> encodeWithBOM(String input);
zooper_flutter_encoding_utf16 package
documentation
utf16
UTF16
encodeWithBOM abstract method
UTF16 class