Jelajahi Sumber

Update rpc.txt

Felix 3 tahun lalu
induk
melakukan
54a465adc8
1 mengubah file dengan 3 tambahan dan 2 penghapusan
  1. 3 2
      rpc.txt

+ 3 - 2
rpc.txt

@@ -5,12 +5,13 @@ import 'dart:collection';
 import 'package:fis_common/extensions/type.dart';
 
 import 'client_base.dart';
-
 import 'interceptor.dart';
-
 import 'services/index.dart';
 
 export 'services/index.dart';
+export 'request.dart';
+export 'exception.dart';
+export 'interceptor.dart';
 
 typedef T ServiceBuilder<T extends JsonRpcClientBase>();