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