import 'dart:async'; Future<String> asyncQuery() { final completer = Completer<String>(); getHttpData( onComplete: (results) ...
確定! 回上一頁