use common analysis options

This commit is contained in:
Salvatore Giordano
2021-05-06 11:48:26 +02:00
parent ba1ab4aed8
commit 18ce268e48
11 changed files with 16 additions and 446 deletions
+1 -2
View File
@@ -1495,8 +1495,7 @@ class ClientState {
Stream<OwnUser?> get userStream => _userController.stream;
/// The current user
Map<String?, User?> get users =>
_usersController.value as Map<String?, User?>;
Map<String?, User?> get users => _usersController.value!;
/// The current user as a stream
Stream<Map<String?, User?>> get usersStream => _usersController.stream;