TextLength function

int TextLength(
  1. String text
)

Implementation

int TextLength(
  String text,
) => _module.TextLength(text);