registerLayout method

void registerLayout(
  1. String name,
  2. VoidFunction layoutCtor
)

Implementation

void registerLayout(String name, VoidFunction layoutCtor) => js_util
    .callMethod(this, 'registerLayout', [name, allowInterop(layoutCtor)]);