Removes the background image.
@override Future clearBackgroundImage() async { _module.ccall("clear_background_image", "void", ["void*".toJS].toJS, [_viewer!].toJS, null); }