getFunction abstract method

Future<FunctionDescriptor> getFunction(
  1. String packageId,
  2. String moduleName,
  3. String functionName
)

Implementation

Future<FunctionDescriptor> getFunction(
  String packageId,
  String moduleName,
  String functionName,
);