maskText method

String? maskText(
  1. String text
)

Implementation

String? maskText(String text) => maskFormatter?.maskText(text);