go method

Future<void> go()

Implementation

Future<void> go() async {
  _input();

  return _completer.future;
}