Browse Source

rpc.dart里的 export 'listener/listener.dart'; 换成 export 'notifications/index.dart';

felix 2 years ago
parent
commit
0c32028ddc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rpc.txt

+ 1 - 1
rpc.txt

@@ -12,7 +12,7 @@ export 'services/index.dart';
 export 'request.dart';
 export 'exception.dart';
 export 'interceptor.dart';
-export 'listener/listener.dart';
+export 'notifications/index.dart';
 
 typedef T ServiceBuilder<T extends JsonRpcClientBase>();