readTwoByteString method

String readTwoByteString(
  1. StringLocation location,
  2. Object? relatedKey
)

Implementation

String readTwoByteString(StringLocation location, Object? relatedKey) {
  return readCommonString(StringEncoding.utf16Le, location, relatedKey);
}