ClientRouter.fromClient constructor
ClientRouter.fromClient(
- FlintClient client, {
- String prefix = '',
Creates a router around an existing FlintClient.
Implementation
ClientRouter.fromClient(this.client, {this.prefix = ''});