Toggles the panel open and closed.
Source
/// Toggles the panel open and closed.
togglePanel() =>
jsElement.callMethod('togglePanel', []);
Toggles the panel open and closed.
/// Toggles the panel open and closed.
togglePanel() =>
jsElement.callMethod('togglePanel', []);