Analyzes the specified target.
target
Defaults to the lib directory.
lib
Future<void> analyze({String target = 'lib'}) async { await runDart(['analyze', target]); }