whereFuture abstract method

QueryBuilder whereFuture(
  1. String column, {
  2. String boolean = 'and',
})

Implementation

QueryBuilder whereFuture(
  String column, {
  String boolean = 'and',
});