commandComponent function

  1. @RecordUse.new()
void commandComponent(
  1. Run defineComponent(
    1. CommandImports
    )
)

Implementation

@i8.RecordUse()
void commandComponent(i0.Run Function(CommandImports) defineComponent) {
  final res = defineComponent(const CommandImports._());
  _unnamedExport13 = res;
}