Exemplo n.º 1
0
 public static void signOut()
 {
     Subscriptions.Reset();
     Channels.Reset();
     instance = new User();
 }
Exemplo n.º 2
0
 public static void Reset()
 {
     instance = new Channels();
 }