resetWorld method

Future<void> resetWorld()

Implementation

Future<void> resetWorld() async {
  add(ResetWorld());
  await stream.first;
}