firebaseInit method

Future<void> firebaseInit()

Implementation

Future<void> firebaseInit() async {
  await Firebase.initializeApp();
}