Insert not returning new data

In the dev4 version of supabase Flutter, the insert command is returning null and not the updated data.
final data = await client.from(tableName).insert(tableData);
Was this page helpful?