updateSubscriptionListener method
- BehaviorSubject<
bool> ? subStateChanges
Add auth listener to update user id on login/logout
Implementation
Future<void> updateSubscriptionListener(
BehaviorSubject<bool>? subStateChanges,
) async {}
Add auth listener to update user id on login/logout
Future<void> updateSubscriptionListener(
BehaviorSubject<bool>? subStateChanges,
) async {}