isInProject abstract method

Future<bool> isInProject(
  1. String basePath
)

Check if agent is used in the current project

Implementation

Future<bool> isInProject(String basePath);