close method
void
close()
Implementation
void close() {
cvRunArena((arena) {
chighgui.Window_Close(name.toNativeUtf8(allocator: arena).cast());
});
}
void close() {
cvRunArena((arena) {
chighgui.Window_Close(name.toNativeUtf8(allocator: arena).cast());
});
}