load method

Future<void> load(
  1. String text
)

Implementation

Future<void> load(String text) async {
  _text = text;
}