onConnected property

VoidCallback? onConnected
final

Called after Supabase is successfully initialized, so the app can rebuild with a new router that has supabaseReady: true.

Implementation

final VoidCallback? onConnected;