Untitled
Anonymous
plain_text
11/15/2021 7:11 AM
212 B
26
Indexable
if (state.order?.payload != null) {
navigatorPush(
context,
OpenDoorScreen(orderId: state.order?.payload?.id),
);
}
Editor is loading...
if (state.order?.payload != null) {
navigatorPush(
context,
OpenDoorScreen(orderId: state.order?.payload?.id),
);
}