initServicesFunc method

void initServicesFunc(
  1. Function fn
)

Implementation

void initServicesFunc(final Function fn) {
  fn();
}