Remove obsolete code

This commit is contained in:
Ming Ming 2023-09-09 02:16:39 +08:00
parent 765b102bcd
commit c8b132d6d7

View file

@ -1,9 +1,7 @@
import 'package:np_codegen/np_codegen.dart';
import 'package:rxdart/rxdart.dart';
/// Manage volatile global variables bonded to an account session, when the
/// session ends (i.e., sign out), the variables are cleared
@npLog
class SessionController {
SessionController();