mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
remove useless function
This commit is contained in:
@@ -12,7 +12,7 @@ class ServerStore extends PersistentStore {
|
||||
|
||||
List<ServerPrivateInfo> fetch() {
|
||||
return getServerInfoList(
|
||||
json.decode(box.get('servers', defaultValue: '[]')!))!;
|
||||
json.decode(box.get('servers', defaultValue: '[]')!));
|
||||
}
|
||||
|
||||
void delete(ServerPrivateInfo s) {
|
||||
|
||||
Reference in New Issue
Block a user