pumpComponent method
Implementation
void pumpComponent(Component component, {String attachTo = 'body'}) {
binding.attachRootComponent(component, attachTo: attachTo);
}
void pumpComponent(Component component, {String attachTo = 'body'}) {
binding.attachRootComponent(component, attachTo: attachTo);
}