|
|
|
|
@ -179,11 +179,7 @@ class _DashboardScreenState extends State<DashboardScreen> {
|
|
|
|
|
"assets/images/announcements.svg",
|
|
|
|
|
matchTextDirection: true,
|
|
|
|
|
).onPress(() async {
|
|
|
|
|
/// await Navigator.pushNamed(context, AppRoutes.announcements);
|
|
|
|
|
hubConnection.stop().then((value) {
|
|
|
|
|
print("----------- Stoppped ----------");
|
|
|
|
|
print(hubConnection.state);
|
|
|
|
|
});
|
|
|
|
|
await Navigator.pushNamed(context, AppRoutes.announcements);
|
|
|
|
|
})
|
|
|
|
|
],
|
|
|
|
|
).paddingOnly(left: 21, right: 21, top: 48, bottom: 7),
|
|
|
|
|
|