import 'package:sqflite/sqflite.dart'; abstract class HabitDbInterface { Future get database; Future get fullPath; }