pubGet method

Future<void> pubGet()

Implementation

Future<void> pubGet() async {
  await run("flutter pub get");
}