navigateToSystemHome static method
void
navigateToSystemHome()
返回系统桌面
Implementation
static void navigateToSystemHome() {
_checkIsInit();
_methodChannel.invokeMethod('navigateToSystemHome');
}
返回系统桌面
static void navigateToSystemHome() {
_checkIsInit();
_methodChannel.invokeMethod('navigateToSystemHome');
}