onDrawerRun method
Future<void>
onDrawerRun(
- AFBuildContext<
AFFlexibleStateView, AFRouteParam> context, - AFScreenTestContextSimulator? prevContext,
- AFSingleScreenTestState state,
- AFScreenTestID selectedTestId,
- Function onEnd,
override
Implementation
@override
Future<void> onDrawerRun(AFBuildContext context, AFScreenTestContextSimulator? prevContext, AFSingleScreenTestState state, AFScreenTestID selectedTestId, Function onEnd) async {
final testContext = prepareRun(context.d, prevContext, selectedTestId);
return run(testContext, onEnd: onEnd);
}