registerWith static method

void registerWith()

Called by PluginRegistry to register this plugin as the implementation for Desktop.

Implementation

static void registerWith() {
  FirebaseFunctionsPlatform.instance = FirebaseFunctionsDesktop.instance;
}