get<T> abstract method

T? get<T>({
  1. String? name,
})

return null when there is no service of type

Implementation

T? get<T>({String? name});