HttpsCallable constructor
- @visibleForTesting
- required FirebaseApp app,
- required String region,
- required String? origin,
- required HttpsCallableOptions options,
- required String name,
- required Client client,
Creates an HttpsCallable
Implementation
@visibleForTesting
HttpsCallable({
required this.app,
required this.region,
required this.origin,
required this.options,
required this.name,
required http.Client client,
}) : _client = client;