create static method
- CoreViewType type
Create LiveCoreController
type: Core view type.
Implementation
static LiveCoreController create(CoreViewType type) {
return LiveCoreControllerImpl(type);
}
Create LiveCoreController
type : Core view type.static LiveCoreController create(CoreViewType type) {
return LiveCoreControllerImpl(type);
}