NyPlugin class
- Inheritance
-
- Object
- BasePlugin
- NyPlugin
Constructors
- NyPlugin()
Properties
Methods
-
construct(
) → dynamic -
Initialize your plugin.
override
-
events(
) → Map< Type, NyEvent> -
Add events to a Nylo project.
override
-
initPackage(
Nylo nylo) → dynamic -
Provides the plugin with an instance of the Nylo app.
After setting the app variable, construct() will be called.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
routes(
) → NyRouter -
Add additional routes to a Nylo project via the router.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited