Caller constructor
Caller(
- ServerpodClientShared client
Implementation
Caller(_i1.ServerpodClientShared client) : super(client) {
admin = EndpointAdmin(this);
apple = EndpointApple(this);
email = EndpointEmail(this);
firebase = EndpointFirebase(this);
google = EndpointGoogle(this);
status = EndpointStatus(this);
user = EndpointUser(this);
}