hasTable abstract method

Future<bool> hasTable(
  1. TableName tableName
)

Check is a given tableName exists.

Implementation

Future<bool> hasTable(TableName tableName);