pop 到根页面
@override Future<void> popToRoot() async { await methodChannel.invokeMethod(FMNavigatorMethod.popToRootMethod); return; }