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('characters') .select() .inFilter('name', ['Luke', 'Leia']);