setupFlavor static method

void setupFlavor()

Implementation

static void setupFlavor() {
  print("⚡ Thunder will setup flavors ...");
  // TODO : Setup flavors
  print("✅ Finished setup flavors successfully 🎉 ...");
  print("You can know about Flavors in this link : ");
}