mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 03:31:09 +08:00
@@ -2,11 +2,7 @@ import 'package:PiliPlus/http/user.dart';
|
||||
import 'package:PiliPlus/utils/storage.dart';
|
||||
|
||||
class Data {
|
||||
static Future init() async {
|
||||
await historyStatus();
|
||||
}
|
||||
|
||||
static Future historyStatus() async {
|
||||
static Future<void> init() async {
|
||||
if (!Accounts.main.isLogin) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user