pressHome method

Future<void> pressHome()

Implementation

Future<void> pressHome() {
  return platform.action.mobile(
    android: platform.android.pressHome,
    ios: platform.ios.pressHome,
  );
}