clickOutside abstract method
Clicks outside of the current element.
If the current element does not exist or is not displayed, do nothing.
Implementation
Future<void> clickOutside();
Clicks outside of the current element.
If the current element does not exist or is not displayed, do nothing.
Future<void> clickOutside();