Caller constructor

Caller(
  1. ServerpodClientShared client
)

Implementation

Caller(ServerpodClientShared client) : super(client) {
  module = _EndpointModule(this);
  streaming = _EndpointStreaming(this);
}