delegateFor method
Enables delegates to create new instances of themselves if a none default
FirebaseApp
instance or region is required by the user.
Implementation
@override
FirebaseFunctionsPlatform delegateFor({
FirebaseApp? app,
required String region,
}) =>
FirebaseFunctionsDesktop(app: app, region: region);