isCompatibleWith method

  1. @override
bool isCompatibleWith(
  1. Version serverVersion
)
override

Return true if this plugin is compatible with an analysis server that is using the given version of the plugin API.

Implementation

@override
bool isCompatibleWith(Version serverVersion) => true;