resetRequested property

Future<void> resetRequested

Completes when reset is called after the Simulator has completed any actions it needs to perform to prepare for the next simulation.

Implementation

static Future<void> get resetRequested => _resetCompleter.future;