show method

void show()

Implementation

void show() {
  for (var f in _showFunction) {
    f?.call();
  }
}