testPublishableKey top-level property
The publishable key initializeTestSupabase uses by default: an unsigned
JWT carrying the anon role, which the mocked services never verify.
Implementation
@visibleForTesting
final String testPublishableKey = _unsignedJwt({
'role': 'anon',
'iss': 'supabase_flutter_testing',
});