cleanAndPubGet method

Future<void> cleanAndPubGet()

Call it every time it starts a build series with all different types

Implementation

Future<void> cleanAndPubGet() async {
  await _flutterClean();
  await _flutterPubGet();
}