httpsCallable method
HttpsCallablePlatform
httpsCallable()
Creates a HttpsCallablePlatform
instance
Implementation
@override
HttpsCallablePlatform httpsCallable(
String? origin,
String name,
HttpsCallableOptions options,
) =>
HttpsCallableDesktop(this, _delegate, origin, name, options);