mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-23 02:26:52 +08:00
@@ -161,7 +161,7 @@ class ItemModulesModel {
|
||||
// case 'MODULE_TYPE_BOTTOM':
|
||||
// break;
|
||||
// default:
|
||||
// debugPrint('unknown type: ${i}');
|
||||
// if (kDebugMode) debugPrint('unknown type: ${i}');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
class HonorReply {
|
||||
HonorReply();
|
||||
|
||||
factory HonorReply.fromJson(Map<String, dynamic> json) {
|
||||
// TODO: implement fromJson
|
||||
throw UnimplementedError('HonorReply.fromJson($json) is not implemented');
|
||||
}
|
||||
|
||||
Map<String, dynamic> toJson() {
|
||||
// TODO: implement toJson
|
||||
throw UnimplementedError();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user