registerFunctions abstract method
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);