httpsCallable method

  1. @override
HttpsCallablePlatform httpsCallable(
  1. String? origin,
  2. String name,
  3. HttpsCallableOptions options
)

Creates a HttpsCallablePlatform instance

Implementation

@override
HttpsCallablePlatform httpsCallable(
    String? origin, String name, HttpsCallableOptions options) {
  return HttpsCallableWeb(this, _delegate, origin, name, options, null);
}