download option in invoide
This commit is contained in:
@@ -35,7 +35,6 @@ class _DashboardScreenState extends State<DashboardScreen>
|
||||
|
||||
WidgetsBinding.instance.addPostFrameCallback((_) async {
|
||||
final auth = Provider.of<AuthProvider>(context, listen: false);
|
||||
await auth.tryRefreshToken(context);
|
||||
|
||||
final dash = Provider.of<DashboardProvider>(context, listen: false);
|
||||
dash.init(context);
|
||||
|
||||
Reference in New Issue
Block a user