pressRecentApps method

Future<void> pressRecentApps()

Presses the recent apps button.

See also:

Implementation

Future<void> pressRecentApps() async {
  await _wrapRequest('pressRecentApps', _client.pressRecentApps);
}