init method

Future<void> init()
override

Implementation

Future<void> init() async {
  stringUtils = StringUtils();
}