异步获取数据库文件路径
Returns 一个 Future 对象,表示异步操作的结果,返回数据库文件的路径。
static Future<String> get dbAsync async { await setup(); return db; }