registerFunctions abstract method

void registerFunctions(
  1. LibraryRegistrationContext context
)

Register all functions for this library.

Use LibraryRegistrationContext.define to add functions or constants to this library. Registration happens once per runtime.

Implementation

void registerFunctions(LibraryRegistrationContext context);