httpsCallableWithUri method

  1. @override
HttpsCallablePlatform httpsCallableWithUri(
  1. String? origin,
  2. Uri uri,
  3. HttpsCallableOptions options
)

Creates a HttpsCallablePlatform instance from a Uri

Implementation

@override
HttpsCallablePlatform httpsCallableWithUri(
    String? origin, Uri uri, HttpsCallableOptions options) {
  return HttpsCallableWeb(this, _delegate, origin, null, options, uri);
}