setUser method
Track current logged-in user.
userId is app user identifier. Set userId = null to clear.
An optional info Map with primitive types values can be provided.
Implementation
@override
Future setUser(String? userId, {Map<String, dynamic>? info}) async => true;