This is called when this node is invoked. You can return the following types from this method:
IterableMap- Table
Stream- SimpleTableResult
- AsyncTableResult
You can also return a future that resolves to one (like if the method is async) of the following types:
StreamIterableMap- Table
Source
dynamic onInvoke(Map<String, dynamic> params) {
return null;
}