Error: Undefined name SupaFlow

I am writing a function in which want to access Supabase and execute a query to fetch data.

But FF keeps throwing error at the code

final supabase = SupaFlow.client;

The error is: Undefined name SupaFlow.

What is wrong with this line and how to correct it?

8 replies