testPublishableKey top-level property

  1. @visibleForTesting
String testPublishableKey
final

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',
});