getDataBase method

Future<Database> getDataBase()

Implementation

Future<Database> getDataBase() async {
  return await open();
}