isService abstract method

bool isService(
  1. Type serviceType
)

Determines if the specified service type is available from the ServiceProvider.

Implementation

bool isService(Type serviceType);