AK
Size: a a a
AK
RV
Y
A
Y
A
Y
Y
AK
MB
Widget build(BuildContext context) {
return ArchModelWidget<SessionBLoC>(
model: SessionBLoC(fetchArgs(context), Provider.of(context),
Provider.of(context), Provider.of(context)),
builder: (context, bloc, child) {
bloc.loadData();
return WillPopScope(
onWillPop: () => _requestPop(bloc),
child: _SessionDetailsLifecycleAware(bloc: bloc, child: child));
},
child: TopBar.withBack(context, trigger: bloc.method??), // send sync start callback there
);
}
ИМ
ИМ
YA
RV
YA
RV
YA
RV
RV