Turns the quick view on or off.
Future<void> sendQuickView(bool quickViewState) { return _platform.sendQuickView(quickViewState); }