closeAllTabs method
Closes all documents that are currently open in a multi-tab environment.
A multi-tab environment exists when Config.multiTabEnabled is true in the config.
Implementation
Future<void> closeAllTabs() {
return _channel.invokeMethod(Functions.closeAllTabs);
}