updateString method

void updateString(
  1. String x
)

Implementation

void updateString(String x) => update(Uint8List.fromList(x.codeUnits));