updateSubscriptionListener method

Future<void> updateSubscriptionListener(
  1. BehaviorSubject<bool>? subStateChanges
)

Add auth listener to update user id on login/logout

Implementation

Future<void> updateSubscriptionListener(
  BehaviorSubject<bool>? subStateChanges,
) async {}