getTableData abstract method

Future<List<Map<String?, String?>>> getTableData(
  1. String tableName
)

Gets table data for database inspection

Implementation

Future<List<Map<String?, String?>>> getTableData(String tableName);