rpc_dispatcher 1.0.1
SDKdartflutter
Platformandroidioswindowslinuxmacosweb
An interface for JSON-RPC method invocation. Its presence as a separate package is solely to avoid circular references.
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.