openCommand function

Future<void> openCommand(
  1. String name
)

Implementation

Future<void> openCommand(String name) async => await openProject(name);