create static method

LiveCoreController create(
  1. CoreViewType type
)

Create LiveCoreController

  • type : Core view type.

Implementation

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