destroySwapChain method
Implementation
Future destroySwapChain() async {
_module.ccall("destroy_swap_chain", "void", ["void*".toJS].toJS,
[_viewer!].toJS, null);
}
Future destroySwapChain() async {
_module.ccall("destroy_swap_chain", "void", ["void*".toJS].toJS,
[_viewer!].toJS, null);
}