serve method

Future<void> serve()

Implementation

Future<void> serve() async {
  await _done.future;
}