mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-05 09:37:52 +08:00
@@ -9,7 +9,7 @@ import 'package:hive/hive.dart';
|
||||
sealed class Account {
|
||||
Map<String, dynamic>? toJson() => null;
|
||||
|
||||
Future<void> onChange() => Future.syncValue(null);
|
||||
Future<void>? onChange() => null;
|
||||
|
||||
Set<AccountType> get type => const {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user