httpsCallableWithUri method

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

Creates a HttpsCallablePlatform instance from a Uri

Implementation

HttpsCallablePlatform httpsCallableWithUri(
    String? origin, Uri uri, HttpsCallableOptions options) {
  throw UnimplementedError('httpsCallable() is not implemented');
}