Browse Source

修复编译不过的问题

loki.wu 2 years ago
parent
commit
f4ec1ee525
1 changed files with 0 additions and 3 deletions
  1. 0 3
      lib/rpc.dart

+ 0 - 3
lib/rpc.dart

@@ -74,9 +74,6 @@ class JsonRpcProxy {
 	LoginService get login =>
 	findService(() => new LoginService(currentHostAddress));
 
-	NotificationService get notification =>
-	findService(() => new NotificationService(currentHostAddress));
-
 	OrganizationService get organization =>
 	findService(() => new OrganizationService(currentHostAddress));