defineBridgeTopLevelFunction method

  1. @override
void defineBridgeTopLevelFunction(
  1. BridgeFunctionDeclaration function
)
override

Define a bridged top-level function declaration.

Implementation

@override
void defineBridgeTopLevelFunction(BridgeFunctionDeclaration function) {
  _functions.add(function);
}