Caller constructor

Caller(
  1. 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);
}