withApp method

  1. @override
FirebaseAuthOAuth withApp(
  1. FirebaseApp app
)
override

Builds an instance of FirebaseAuthOAuth using a FirebaseApp instance

Implementation

@override
platform.FirebaseAuthOAuth withApp(FirebaseApp app) =>
    FirebaseAuthOAuth(app: app);