initializeApp method

Future initializeApp()

Implementation

Future initializeApp()async{
  await Firebase.initializeApp();
}