Implement UserLocalDataSource with sqflite methods (remember to use await with methods that return a future)
f_local_database_sqlite_template
Implementar UserLocalDataSource con los métodos sqflite (recordar el uso de await con métodos que retornan un futuro)
Implementación en: https://github.com/augustosalazar/f_local_database_sqlite
Referencias: Diapositivas de clase https://pub.dev/packages/sqflite
Run the integration test with:
flutter drive –driver test_driver/integration_test.dart –target integration_test/app_test.dart