httpsCallable method

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

Creates a HttpsCallablePlatform instance

Implementation

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