mount abstract method

void mount(
  1. Pod pod
)

Subscribe to the given pod without listening for changes.

Implementation

void mount(Pod<dynamic> pod);