menu
zooper_flutter_encoding_utf16 package
documentation
utf16.dart
UTF16Encoder
encode abstract method
encode abstract method
dark_mode
light_mode
encode
abstract method
List
<
int
>
encode
(
String
input
, [
bool
writeBOM
=
false
])
Implementation
List<int> encode(String input, [bool writeBOM = false]);
zooper_flutter_encoding_utf16 package
documentation
utf16
UTF16Encoder
encode abstract method
UTF16Encoder class