readUTF8String method

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

Implementation

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