readFirst abstract method
Implementation
Future<Map<String, Object?>> readFirst(
String table, {
bool? distinct,
List<String>? columns,
String? where,
List<Object?>? whereArgs,
String? groupBy,
String? having,
String? orderBy,
int? limit,
int? offset,
});