@ -61,10 +61,8 @@ class _DashboardScreenState extends State<DashboardScreen> {
}
void buildHubConnection() async {
logger.d("Connection In Progresssss");
hubConnection = await data.getHubConnection();
await hubConnection.start();
logger.d("Connection Done");
@override