createPrototype abstract method
TPrototype
createPrototype({
- required AFPrototypeID id,
- required Object? models,
- required AFTestTimeHandling timeHandling,
- required AFSingleScreenPrototypeBody body,
Implementation
TPrototype createPrototype({
required AFPrototypeID id,
required Object? models,
required AFNavigatePushAction navigate,
required AFTestTimeHandling timeHandling,
required AFSingleScreenPrototypeBody body,
});