editDBPath method

Future<void> editDBPath(
  1. String dbName
)

修改数据库DB文件名称 无返回值

Implementation

Future<void> editDBPath(String dbName) async {
  DBPath = dbName + ".db";
}