popToRoot static method

Future<void> popToRoot()

pop 到根页面

Implementation

static Future<void> popToRoot() async {
  return await _nativeNavigator.popToRoot();
}