Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Timer(const Duration(seconds: 2), () async {
- if (kReleaseMode) {
- versionCheck(context);
- } else {
- navigatePage(context);
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement