yFinishApplication function

void yFinishApplication()

退出App

Implementation

void yFinishApplication() {
  _getPlugin()!.finishApplication();
}