异步转同步
Future<T> yRunCompleter<T>(Function(Completer<T> completer) action) { final QSiJjhHSoodQAhSL = Completer<T>(); action(QSiJjhHSoodQAhSL); return QSiJjhHSoodQAhSL.future; }