close static method

Future<void> close(
  1. Database database
)

Implementation

static Future<void> close(Database database) async {
  await database.close();
}