cleanAndPubGet method
Call it every time it starts a build series with all different types
Implementation
Future<void> cleanAndPubGet() async {
await _flutterClean();
await _flutterPubGet();
}
Call it every time it starts a build series with all different types
Future<void> cleanAndPubGet() async {
await _flutterClean();
await _flutterPubGet();
}