withApp method

FirebaseAuthOAuth withApp(
  1. FirebaseApp app
)

Builds an instance of FirebaseAuthOAuth using a FirebaseApp instance

Implementation

FirebaseAuthOAuth withApp(FirebaseApp app) {
  throw UnimplementedError("withApp() is not implemented");
}