rpc_dispatcher 1.0.0 rpc_dispatcher: ^1.0.0 copied to clipboard
An interface for JSON-RPC method invocation
Dispatcher is just an interface with a dispatch method for invoking methods on an instance. This interface hides implementation details for concrete method invokers for a JsonRpc service. Its presence as a separate package is solely to avoid circular references.
MIT License.
Usage #
A simple usage example:
import 'package:rpc_dispatcher/rpc_dispatcher.dart';
Features and bugs #
Please file feature requests and bugs at the issue tracker.