resetTestParam static method
Implementation
static void resetTestParam(AFDispatcher dispatcher, AFBaseTestID testId, AFNavigatePushAction navigate) {
final d = AFSingleScreenTestDispatcher(testId, dispatcher, null);
d.dispatch(AFNavigateSetParamAction(
param: navigate.param,
children: navigate.children
));
}