create static method

LiveCoreController create(
  1. CoreViewType type
)

Create LiveCoreController

Implementation

static LiveCoreController create(CoreViewType type) {
  return LiveCoreControllerImpl(type);
}