Committed by
GitHub
Update README.md
Co-authored-by: Nipodemos <nipodemos13@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -801,7 +801,7 @@ class DbService extends GetxService { | @@ -801,7 +801,7 @@ class DbService extends GetxService { | ||
801 | 801 | ||
802 | class SettingsService extends GetxService { | 802 | class SettingsService extends GetxService { |
803 | void init() async { | 803 | void init() async { |
804 | - print('$runtimeType delays 2 sec'); | 804 | + print('$runtimeType delays 1 sec'); |
805 | await 1.delay(); | 805 | await 1.delay(); |
806 | print('$runtimeType ready!'); | 806 | print('$runtimeType ready!'); |
807 | } | 807 | } |
-
Please register or login to post a comment