logout method Null safety
Implementation
Future<void> logout() async {
await reddit.logout();
_stateStream.add(AuthenticationStatus.unauthenticated);
}
Future<void> logout() async {
await reddit.logout();
_stateStream.add(AuthenticationStatus.unauthenticated);
}