codemelted_runtime library

Collection of items related to the web runtime for the flutter app not covered by any of the other modules specific use case.

Classes

CMailToParams
Optional parameter for the mailto scheme to facilitate translating the more complicated URL.
CodeMeltedRuntime
Binds a series of properties and utility methods that are specific to the web runtime.

Enums

CSchemeType
Identifies the scheme to utilize as part of the module open function.

Properties

codemelted_runtime CodeMeltedRuntime
Sets up the namespace for the CodeMeltedRuntime object.
final

Typedefs

CHtmlEventListener = void Function(Event)
Represents an event listener for registering with web runtime events.