- build 된 후 method 실행
WidgetsBinding.instance.addPostFrameCallback((_) => functionName(context));
- dart:io
- files, directories, processes, sockets, WebSockets, and HTTP clients and servers를 다루는 API를 제공
- 웹 서버를 위해 쓸 수 있지만 웹 앱을 위한 라이브러리는 아님.
- For network functionality, use the http package.