recuperando da api loadEquipeComponentes e salvando no DB
This commit is contained in:
@@ -16,7 +16,9 @@ class _SplashScreenState extends State<SplashScreen> {
|
||||
@override
|
||||
void initState() {
|
||||
super.initState();
|
||||
DbSqlite().intialDB();
|
||||
DbSqlite().intialDB().then((value){
|
||||
|
||||
});
|
||||
timer();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user