tableExists static method

Future<bool> tableExists(
  1. String table
)

Implementation

static Future<bool> tableExists(String table) =>
    connection.tableExists(table);