uiDetach method

Future<void> uiDetach()

Implementation

Future<void> uiDetach() {
  return call('nvim_ui_detach', args: []);
}