implements notification
This commit is contained in:
@@ -33,6 +33,7 @@ class _SplashScreenState extends State<SplashScreen> {
|
||||
{
|
||||
|
||||
Provider.of<BottomNavProvider>(context, listen: false) .refreshToken(context);
|
||||
|
||||
if (await SharedPrefUtils.isFreshInstall())
|
||||
{
|
||||
context.clearAndPush(routePath: MyRoutes.ONBOARDING);
|
||||
|
||||
Reference in New Issue
Block a user