googleMaps function

Future<void> googleMaps()

Main google maps setup plugin

Implementation

Future<void> googleMaps() async {
  await addGoogleMap();
  setupApiKey();
  addKeyToManifest();
  stdout.writeln("google maps successfully setup");
}