pressHome method

Future<void> pressHome()

Implementation

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