FirebaseFunctionsDesktop class

Desktop implementation of FirebaseFunctionsPlatform for managing FirebaseFunctions.

Inheritance
  • Object
  • PlatformInterface
  • FirebaseFunctionsDesktop

Constructors

FirebaseFunctionsDesktop({required FirebaseApp? app, String region = functions_dart.FirebaseFunctions.defaultRegion})
Constructs a FirebaseFunctionsDesktop.

Properties

app → FirebaseApp?
The FirebaseApp this instance was initialized with
finalinherited
hashCode int
The hash code for this object.
no setterinherited
region String
The region for the HTTPS trigger, such as "us-central1".
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delegateFor({FirebaseApp? app, required String region}) → FirebaseFunctionsPlatform
Enables delegates to create new instances of themselves if a none default FirebaseApp instance or region is required by the user.
httpsCallable(String? origin, String name, HttpsCallableOptions options) → HttpsCallablePlatform
Creates a HttpsCallablePlatform instance
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance FirebaseFunctionsDesktop
Stub initializer to allow creating an instance without registering delegates or listeners.
no setter

Static Methods

registerWith() → void
Called by PluginRegistry to register this plugin as the implementation for Desktop.