mount method

void mount(
  1. Object? object
)

Used to register interface/handler/notifier etc. Can be called multiple times with different objects!

Implementation

void mount(Object? object) {}