convert method

String convert(
  1. String text
)

Implementation

String convert(String text) {
  throw UnimplementedError('convert() has not been implemented.');
}