menu
tunder package
documentation
database.dart
DB
tableExists static method
tableExists static method
dark_mode
light_mode
tableExists
static method
Future
<
bool
>
tableExists
(
String
table
)
Implementation
static Future<bool> tableExists(String table) => connection.tableExists(table);
tunder package
documentation
database
DB
tableExists static method
DB class