hotRestartAndRunTests method
Implementation
void hotRestartAndRunTests({required String filterNameRegex}) {
Log.d(_kTag, 'hotRestartAndRunTests filterNameRegex=$filterNameRegex');
GetIt.I.get<WorkerSuperRunStore>().setControllerIntegrationTest(filterNameRegex: filterNameRegex);
GetIt.I.get<VmServiceWrapperService>().hotRestartThrottled();
}