pubGet function

Future<void> pubGet(
  1. Directory path
)

Implementation

Future<void> pubGet(Directory path) async {
  await _exec('flutter', path, ['pub', 'get', '--no-example']);
}