undoManagerAddToScope method
Implementation
void undoManagerAddToScope({
required UndoManagerRef ref,
required List<YType> ytypes,
}) {
_undoManagerAddToScope([
ref.toWasm(),
ytypes.map(YType.toWasm).toList(growable: false),
]);
}
void undoManagerAddToScope({
required UndoManagerRef ref,
required List<YType> ytypes,
}) {
_undoManagerAddToScope([
ref.toWasm(),
ytypes.map(YType.toWasm).toList(growable: false),
]);
}