getRequiredService abstract method

Object getRequiredService(
  1. Type serviceType
)

Gets service of type serviceType from the ServiceProvider implementing this interface.

Implementation

Object getRequiredService(Type serviceType);