get<T> method

Plugin get<T>()

Implementation

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