batchedGet method
Creates a batch operation of getting data from cursor.
Implementation
NativeCursorGetBatch batchedGet() {
assert(!_closed);
return NativeCursorGetBatch._(this);
}
Creates a batch operation of getting data from cursor.
NativeCursorGetBatch batchedGet() {
assert(!_closed);
return NativeCursorGetBatch._(this);
}