get<T> method

Plugin? get<T>()

Implementation

Plugin? get<T>() {
  return _plugins.firstWhereOrNull((element) => element is T);
}