getServiceFromType abstract method

Object? getServiceFromType(
  1. Type type
)

Gets the service object of the specified type.

Implementation

Object? getServiceFromType(Type type);