Flutter: Column is in an array

Finds all rows whose value on the stated column is found on the specified values.

Parameters

Examples

With `select()`

final data = await supabase
  .from('countries')
  .select()
  .inFilter('name', ['Albania', 'Algeria']);