getPlugin<T extends P> method

  1. @protected
T getPlugin<T extends P>()

Implementation

@protected
T getPlugin<T extends P>() => plugins.whereType<T>().single;