navigateToSystemHome static method

void navigateToSystemHome()

退出app回到手机桌面

Implementation

static void navigateToSystemHome() {
  if (Platform.isAndroid) {
    _channel.invokeMethod("navigateToSystemHome");
  }
}