startLiveByCodeWithLayoutTemplateAndCodeAndUserName method

void startLiveByCodeWithLayoutTemplateAndCodeAndUserName(
  1. BJYUILayoutTemplate template,
  2. String code,
  3. String userName,
  4. Map config,
)

Implementation

void startLiveByCodeWithLayoutTemplateAndCodeAndUserName(
    BJYUILayoutTemplate template, String code, String userName, Map config) {
  throw UnimplementedError(
      'startLiveTripleTemplateWithCodeAndUserName() has not been implemented.');
}