queryCursor abstract method
See DatabaseExecutor.rawQueryCursor for details about the argument bufferSize
See DatabaseExecutor.query for the other arguments.
Implementation
Future<QueryCursor> queryCursor(String table,
{bool? distinct,
List<String>? columns,
String? where,
List<Object?>? whereArgs,
String? groupBy,
String? having,
String? orderBy,
int? limit,
int? offset,
int? bufferSize});