call<T> method

T call <T>([String instanceName ])

Implementation

T call<T>([String instanceName]) {
  return get<T>(instanceName);
}