Get the temporary directory.
一時的なディレクトリを取得します。
@override Future<Uri> getTemporaryDirectory() { throw UnsupportedError("Temporary directory is not supported on web."); }