Join Discord
Powered by
I achieve it in this way: return StreamBuilder( ...
# flutter
v
Vittorio.Paragallo
07/19/2022, 1:59 PM
I achieve it in this way: return StreamBuilder( stream: SupabaseAuth.instance.onAuthChange, builder: (BuildContext context, AsyncSnapshot
snapshot) {
22
Views
Previous
Next