ServiceClient constructor

ServiceClient(
  1. NativeBridge _bridge
)

Create a service client with the given bridge.

Implementation

ServiceClient(this._bridge);