ClientRouter.fromClient constructor

ClientRouter.fromClient(
  1. FlintClient client, {
  2. String prefix = '',
})

Creates a router around an existing FlintClient.

Implementation

ClientRouter.fromClient(this.client, {this.prefix = ''});