pubGet static method
Implementation
static Future<void> pubGet() async {
LogService.info('Running `flutter pub get` …');
await _runCommand('dart pub get');
}
static Future<void> pubGet() async {
LogService.info('Running `flutter pub get` …');
await _runCommand('dart pub get');
}