SetupClientFactory typedef
Factory used to build the temporary SupabaseClient that Test Connection talks to. Injectable so widget tests can stub out network
behavior without a real Supabase project.
Implementation
typedef SetupClientFactory = SupabaseClient Function(String url, String key);