getTable method
Return a List of records from a specified data table.
Implementation
Future<List<Map<String, dynamic>>> getTable(String table,
{bool? distinct,
String? where,
List<Object?>? whereArgs,
String? groupBy,
String? having,
String? orderBy,
int? limit,
int? offset}) {
throw UnimplementedError();
}