Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サーバー側の VM アプリでは、返される場合と返されない場合があるいくつかの Future があります。無条件にアプリを終了するには?
VM を終了するには:
import 'dart:io'; main() { exit(0); // or non-zero for some error code }
ここに文書化されています。質問してくれてありがとう!