Future<T> makeRPCCall<T>(String function, [List<dynamic>? params]) async { return _makeRPCCall(function, params); }